
A passwording solution required can anyone help
I have a database which I am trying to setup three different user levels
it is for school data entry
the user levels are
Admin
Staff
Pupil
I have decided not to password pupil and use it as a straight through button
to a pupil menu
the format is :
password menu with three buttons
Admin Staff Pupil
I want it so when you click on Admin a box (which could be an input box or
form created by me) comes up and asks for a password. If you type right you
progress to the admin menu form, if not you get an error message.
like wise for the staff level.
I have not setup any tables containing passwords yet.
Ryan