Restrictions for controls

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hello:

Let's say I have a Main Menu with two buttons, B1 and B2
that open some data entry screens.

I would need please, a way that some users to see just
business B1 and some B2?! any examples/codes are greatly
appreciated.

Thanks again,

Dan
 
you are into paswords now. you would have to create a
table with 2 passwords in it. then put code in the form
that askes for a password and compars the input to the
table. give the B1 users the B1 password and the B2
password to the B2 users. you can use users names or
initials but these would have to be add to the table also
along side the password. and put in a double prompt for
name and password. you would also have to hide the
password table. and keep B1 users from giving the B1
password to B2 users and vice versa.
 
Back
Top