G
Guest
I have a form and a cmd button on this form that when clicked will bring up a
form that asks for a user name (same as last name) and a password to be
entered. I would like the information input on this form in these two areas
to match information in a table and if both match then it would open a
switchboard form for further data information.
I have added a field called password in the table and made it a text field.
I have made a form called "security" that I need to put the username and
password entries in and this form would then check against the entries in the
table. If all is okay then it would open a form called 'members' and if all
is not well then an information box would come up telling the person sorry
you can not enter.
What is best way to accomplish for maximum security.
form that asks for a user name (same as last name) and a password to be
entered. I would like the information input on this form in these two areas
to match information in a table and if both match then it would open a
switchboard form for further data information.
I have added a field called password in the table and made it a text field.
I have made a form called "security" that I need to put the username and
password entries in and this form would then check against the entries in the
table. If all is okay then it would open a form called 'members' and if all
is not well then an information box would come up telling the person sorry
you can not enter.
What is best way to accomplish for maximum security.