
Originally Posted by
nojtuag
I have a table of user/pass/security1/security2
More, but just need help with this example.
users:
john
james
pass:
9999
8888
Security 1 (Yes/No) - Full Access as Admin.
Security 2 (Yes/No) - User: could modify, but can't delete records.
John will be set a Admin while james is set to User.
On my login form, I have two textbox; one for user and other one for password. One button to Enter.
How will I code so that access know how to filter the user to it's security level if that makes sense?