I’m developing a small database to track patient’s records. I want particular group of people to access data only they are authorized.
To do this I have created a login form and users can log on to the database through login. In the main window I have a list box and command buttons. So what I need is that to allow users to access command buttons based on their access level defined in user table. Can anyone explain me how may I build a solution for this?? Any help is appreciated..
To do this I have created a login form and users can log on to the database through login. In the main window I have a list box and command buttons. So what I need is that to allow users to access command buttons based on their access level defined in user table. Can anyone explain me how may I build a solution for this?? Any help is appreciated..