G
Gavin Webb
Hi,
I have a Log in form, which has two text boxes to capture
User Name and Password.
TxtUserName
TxtPassword
and a Command button to click when both fields have been
completed.
I have a table with User name, Password and Security Level
in.
tbl_Users.USRName
tbl_Users.USRPassword
tbl_Users.USRSecLevel
First, how do I use the value entered in the text box to
look up the user name in the table and return the values
to use in future queries.
Then, I have to check the password, but I will be able to
work that out if someone can help me with the first step,
above.
Thanks for any help at all
Gavin
I have a Log in form, which has two text boxes to capture
User Name and Password.
TxtUserName
TxtPassword
and a Command button to click when both fields have been
completed.
I have a table with User name, Password and Security Level
in.
tbl_Users.USRName
tbl_Users.USRPassword
tbl_Users.USRSecLevel
First, how do I use the value entered in the text box to
look up the user name in the table and return the values
to use in future queries.
Then, I have to check the password, but I will be able to
work that out if someone can help me with the first step,
above.
Thanks for any help at all
Gavin