I have an Access 2003 DB I'm creating and I'm having a hard time with one aspect of it.
I have a form that prompts for a user code and password. The usercode is a combo box that prefills with all known user-ids in the user table. That part works fine. When they fill in the password and click 'OK', I need to query the table with the user-id as the key, find the password, and compare them. I can't seem to get the VBA code to work. Can anyone help ?
BV
I have a form that prompts for a user code and password. The usercode is a combo box that prefills with all known user-ids in the user table. That part works fine. When they fill in the password and click 'OK', I need to query the table with the user-id as the key, find the password, and compare them. I can't seem to get the VBA code to work. Can anyone help ?
BV