J
John Petty
I have created a login form in which the user has to type in their company ID
and password to allow access to database manipulation (other than readonly).
This part works great. But I am having an issue with a certain
textbox_afterupdate. After the user types in their ID, I want to have a
"Name" textbox verify that it is indeed the intended user (or if not found,
note it in a msgbox and allow to create new as needed).
The problem is that I don't quite know how to pull the data from a table
record.
Any help would be appreciated.
Thanks in advance,
John Petty
and password to allow access to database manipulation (other than readonly).
This part works great. But I am having an issue with a certain
textbox_afterupdate. After the user types in their ID, I want to have a
"Name" textbox verify that it is indeed the intended user (or if not found,
note it in a msgbox and allow to create new as needed).
The problem is that I don't quite know how to pull the data from a table
record.
Any help would be appreciated.
Thanks in advance,
John Petty