Posted by larry on 06/12/06 13:30
Herbert Monch wrote:
[snip]
> - Each co-worker should have the opportunity to add data. However (here's
> the snag) as far as changing data in the db is concerned, each co-worker
> should only have the possibility to change the data that HE HIMSELF entered
> earlier. So data entered by others should be shielded off.
>
> Does anyone have any suggestions how I should tackle this problem?
>
well I would think you will have to record the user ID somewhere in the
table(s) in question so you know who was the originating user. Then
you would programmatically allow/deny access to editing.
Navigation:
[Reply to this message]
|