Help,
Hi there, I'd like to setup my database to have a username and password as the opening screen. Once the user enters a proper username and password they will then allow them in and to specific information.
I have created a table that stores the Username, Password, and the UserType (UserType will determine whether the user has Full rights, forms and reports, or reports only)
I then have a form called frmLogon. On this form I have txtUsername, txtPassword, cmdLogon, and cmdExitDatabase.
I want the user to enter their username and password, click on LogOn
the on click event will then check to make sure that the username and password match up to the username and password in the table
then setting the usertype according to what was assigned to the user in the table.
anyhow, I know there's a bit here, but if anyone can help it'd be greatly appreciated. Any questions please let me know.
Hi there, I'd like to setup my database to have a username and password as the opening screen. Once the user enters a proper username and password they will then allow them in and to specific information.
I have created a table that stores the Username, Password, and the UserType (UserType will determine whether the user has Full rights, forms and reports, or reports only)
I then have a form called frmLogon. On this form I have txtUsername, txtPassword, cmdLogon, and cmdExitDatabase.
I want the user to enter their username and password, click on LogOn
the on click event will then check to make sure that the username and password match up to the username and password in the table
then setting the usertype according to what was assigned to the user in the table.
anyhow, I know there's a bit here, but if anyone can help it'd be greatly appreciated. Any questions please let me know.