Good morning. I implemented user-level security on an Access database but am new to this and still have a question. How do I allow my User Group to open my employee form in add mode only, while allowing my Personnel Group to open my employee form in edit mode?
You could set the permissions on the table or query on which that form is based, giving Insert but not update or delete to the user group, then update and delete, but not insert, to the personell group.
--Jim
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.