Ollie_3670
Registered User.
- Local time
- Today, 12:35
- Joined
- Feb 1, 2010
- Messages
- 50
How exactly do you declare these in VBA? Currently I have a log on page which I want to include 2 user access levels.
At the moment you can type in "administrator" and the password admin or "tutor" with the password "tutor" and currently, it takes you to the same page with the same privs.
What I want is to put a check on a button saying "If user = admin, then docmd.openform". However I don't know how to incorporate code using switchboards..so I can't implement that either!
Any Ideas?
At the moment you can type in "administrator" and the password admin or "tutor" with the password "tutor" and currently, it takes you to the same page with the same privs.
What I want is to put a check on a button saying "If user = admin, then docmd.openform". However I don't know how to incorporate code using switchboards..so I can't implement that either!
Any Ideas?
Last edited: