D
Dan @BCBS
I have been trying to set up a Login form with Name and Password in Access
2000.
Do you by chance have the example used in the book"Programming MS
Access2000" published by MicrosoftPress... chapter 7..
It uses an AutoNumber in both tables (employee and password)...
If you could please help me change the autonumbers to text - that's really
all I'm asking help on, the rest I have a good understanding.
The command button should kick off a class module which checks the name and
password against the tables, but it always gets hung at reading the input
(PWT.cpw Me.txtEmpID, Me.txtPassword).
Just need to change Autonumber to text!
2000.
Do you by chance have the example used in the book"Programming MS
Access2000" published by MicrosoftPress... chapter 7..
It uses an AutoNumber in both tables (employee and password)...
If you could please help me change the autonumbers to text - that's really
all I'm asking help on, the rest I have a good understanding.
The command button should kick off a class module which checks the name and
password against the tables, but it always gets hung at reading the input
(PWT.cpw Me.txtEmpID, Me.txtPassword).
Just need to change Autonumber to text!