Hi,
I have a database which is used by multiple users. They access it via a login screen and then via a main form. The main form displays a table. When certain users log in, I want them to be able to edit a specific field, whereas when other users log in I want them to have read only access to the field.
What do I need to write in the VBA when the user logs in to amend the 'Locked' property of the field? (assuming this is the right/best...
Leave a comment: