Help!!!
I am trying to write VB6 code that will be used to verify that user names and passwords are valid.I have an Access 97 database that contains a table that holds the valid usernames and passwords.
The VB has a form where the user types in his username and password. When the OK button on this form is clicked I need the application to connect to the database and verify that the username and password entered on the form is contained in the table in the database.
I have no idea how to connect to the database to verify this information.
Can anyone help??
Suz
I am trying to write VB6 code that will be used to verify that user names and passwords are valid.I have an Access 97 database that contains a table that holds the valid usernames and passwords.
The VB has a form where the user types in his username and password. When the OK button on this form is clicked I need the application to connect to the database and verify that the username and password entered on the form is contained in the table in the database.
I have no idea how to connect to the database to verify this information.
Can anyone help??
Suz