form security

J

jdefrain

how do you limit security so that a user can not see all info listed on the
switchboard?
 
S

Steve Huff

There is no simple solution per say for this.

Your best bet (and this is not fool proof security) is to grap there login
id and hide/unhide the buttons/lables based on there login. That requires
creating a table of login IDs as to who can see what and so forth. Of course
if you are not applying actually Access security to the database then people
can get around this if they know Access well.

If you have information that you need to be positive they can't get to you
will need to apply Access Security via a workgroup file.

--Steve Huff
 
Top