solrac_otos
Registered User.
- Local time
- Today, 13:21
- Joined
- Apr 4, 2014
- Messages
- 19
Good morning all.
I would like to implement a login form to my DB.
I have a table db-users with three fields: empID; empName; empPassword
I have a form with an unbound combo box: cmbdbUserName
And I have a text box: txtPassword where the user will type in their password.
cmdDBLogin is the button I want to add the VBA code to on click.
Can I get some assistance on the code that will compare the inputs of the two objects listed above to the data in the table fields listed above that?
Your help is greatly appreciated.
-C.
I would like to implement a login form to my DB.
I have a table db-users with three fields: empID; empName; empPassword
I have a form with an unbound combo box: cmbdbUserName
And I have a text box: txtPassword where the user will type in their password.
cmdDBLogin is the button I want to add the VBA code to on click.
Can I get some assistance on the code that will compare the inputs of the two objects listed above to the data in the table fields listed above that?
Your help is greatly appreciated.
-C.