Click to See Complete Forum and Search --> : User Rights


Benji12
April 9th, 2003, 12:38 AM
Hi all,
Its been a while since i have visited this site (due to not working in the programming feild for a while) but it still looks as good as its always been.
My question is about user rights in a Access " .mdb " database and how you can control different users from using some but all forms within the database? the other thing is can you allow a user to view one page tab but not the other ones within one form?
Help on this issue would be greatly appreciated.
Thanks All.

fmalatsi
May 5th, 2003, 12:11 PM
what you can do is make a field for accesslevel and have your users assigned to a number e.g 1 for administrator 2 normal user
and when you do your tabs check with if statement the accessleves
I hope it helps
Good luck