J
Jesper F
I have a multiuser db. I'd like to restrict users to only be allowed to edit
recods that they themselves created.
They should be allowed to read everything. This would require tracking
records with user specific value in a field.
Could I for example use the users PID for this and put this in the
CreatedBy-field? Inserting the username would do I guess if that didn't
change ever. Can I get the PID throug code or some other permanent
identification of that user?
Thanks for any input on how to do this.
recods that they themselves created.
They should be allowed to read everything. This would require tracking
records with user specific value in a field.
Could I for example use the users PID for this and put this in the
CreatedBy-field? Inserting the username would do I guess if that didn't
change ever. Can I get the PID throug code or some other permanent
identification of that user?
Thanks for any input on how to do this.