T
Tayo
I have a table shown below
UserID FName LName Pw
1A FN1 LN1 FN1LN1
2A FN2 LN2 FN2LN2
3A FN3 LN3 FN3LN3
4A FN4 LN4 FN4LN4
I now have a form with 4 textboxes named
txtUserID txtFName
txtPW txtLName
My Questions:
1. How would I set the controls so that when a user typed in his username in
the txtUserID textbox and his password in the txtPW textbox, the application
will check for the correctness of the entries from the table and if they
corresponds, it will automatically fill-in the txtFName and the txtLName
field with the corresponding first name and last name of that UserID
2. How would I make sure that a particular UserID that has been entered is
marked in the database so that the user cannot enter the same UserID & PW
again on another system?
I will really appreciate it if anybody can explain these answers to me so
that I can know the flow and why each step or procedure is necessary.
I am still a novice in MS Access
Thanks a lot.
UserID FName LName Pw
1A FN1 LN1 FN1LN1
2A FN2 LN2 FN2LN2
3A FN3 LN3 FN3LN3
4A FN4 LN4 FN4LN4
I now have a form with 4 textboxes named
txtUserID txtFName
txtPW txtLName
My Questions:
1. How would I set the controls so that when a user typed in his username in
the txtUserID textbox and his password in the txtPW textbox, the application
will check for the correctness of the entries from the table and if they
corresponds, it will automatically fill-in the txtFName and the txtLName
field with the corresponding first name and last name of that UserID
2. How would I make sure that a particular UserID that has been entered is
marked in the database so that the user cannot enter the same UserID & PW
again on another system?
I will really appreciate it if anybody can explain these answers to me so
that I can know the flow and why each step or procedure is necessary.
I am still a novice in MS Access
Thanks a lot.