User access/security for command buttons

  • Thread starter Thread starter benonibriggs1978
  • Start date Start date
B

benonibriggs1978

Hi,

Hope someone can assist me with this problem.I have varios command
buttons setup on my form. What I would like to do eventually give
rights to certain people who can access the information behind the
command buttons.Is this Possible.Thanks
 
Hi,

Hope someone can assist me with this problem.I have varios command
buttons setup on my form. What I would like to do eventually give
rights to certain people who can access the information behind the
command buttons.Is this Possible.Thanks

There may be a toolkit around somewhere. There are several DIY
approaches. One way is to have more than one group of users, some
users and get people to log in somehow (using Access User Accounts or
whatever) and then use programming to sense their group membership and
enable / disable the buttons.

HTH
Ananda
 
Back
Top