Link to home
Start Free TrialLog in
Avatar of Bevos
Bevos

asked on

Access Login Form, how to control what users can edit

Hello, I have made a login form for a new access database which will contain a simple look up based on username selection from combo box checking to see if the password the user has entered matches that record in a table.  I want to be able to assign users to either be an administrator (i.e. can edit forms, view nav bar etc...) and a user who can only use the switchboard, form controls, and enter data.  What other steps should I take after creating the simple login page to allow this?

Thank you,
Bevo
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

add a field to your table UserRole and assign values to each users, like Admin, User
add a field ( UserRole ) to your table and assign values to each users, like Admin, User
Avatar of Bevos
Bevos

ASKER

Thanks Capricorn1, having done so, how do I change form operations based on tblLogin.[UserRole]?
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial