Access security levels

Nolan Adams

New member
Local time
Today, 06:50
Joined
Oct 13, 2004
Messages
7
My application presents a FORM that has 11 LABEL areas that can be clicked on to perform a desired function. Can the USER level security be set so a USER can only use 3 of the 11 LABEL's. If so, how? I do not seem to be able to get anything other than ADMIN security set. I am on ACCESS 2003. I installed all the options during installation. Thank you in advance for whatever you can offer me.
 
Access (actually it's Jet) security only goes as far as controlling the objects you see in the database window such as forms, reports, etc. If you want to control access to data or individual form controls, you need to implement your own security.
 

Users who are viewing this thread

Back
Top Bottom