Here's what I do on a lot of projects.
I set up a number of tables and a query, tblEmployee, LookUpTableSecurity, LookUpTableWorkerLevel, query LogOnLookUp, and module.
For the tblEmployee I put in the following Fields and data type
Employee_ID AutoNumber
UserName Text
PassWord Text...