J
JUAN
Hello,
I would like to have a LOGON USER FORM as my startup Form.
Form has following:
USER_ID
PASSWORD
O.K BUTTON AND CANCEL BUTTON.
I created a table called Employee with fields:
USER_ID (NAME)
PASSWORD(TEST1) Sample .
I created a blank form and added a combo box from the
Employees table to get USER_ID. I then added another text
box to put Password.
I want to be able to select User_ID from box and type in
password and when I click O.K, To open another form. Am I
doing this righ and how can I do the Event procedure if
user = password, open form else WRONG USERID/PASSWORD.
ANY HELP would be great,
thanks,
juan
I would like to have a LOGON USER FORM as my startup Form.
Form has following:
USER_ID
PASSWORD
O.K BUTTON AND CANCEL BUTTON.
I created a table called Employee with fields:
USER_ID (NAME)
PASSWORD(TEST1) Sample .
I created a blank form and added a combo box from the
Employees table to get USER_ID. I then added another text
box to put Password.
I want to be able to select User_ID from box and type in
password and when I click O.K, To open another form. Am I
doing this righ and how can I do the Event procedure if
user = password, open form else WRONG USERID/PASSWORD.
ANY HELP would be great,
thanks,
juan