jason12776
Technical User
I am trying to set up a username and password program to advance the user to one form for certain usernames/passwords and other forms for others. I would also like to have a form for administrators. I am tying this is with a MS-Access 2000 database. I already have some usernames and passwords in the database. I can call a username, but how can I associate a password that is typed with the username that is typed in the database? I do have 2 adodc controls, one comparing the username and one with the password, if that helps.