Combo Box

bsdixon

Registered User.
Local time
Today, 06:49
Joined
Nov 13, 2003
Messages
62
I have an unbound combo box with last name and first name. When I click on a name I want it to open a form with the employees information. I want the form to open up by the employee ID number. Otherwise if there are two employees with the same last name the correct one will not come up. I do not want the ID number to show up in the combo box.

Thanks for the help.

Brad
 
In your cbo properties, set the column width for employee ID to 0".
 
Where do I find the cbo properties. Also, how do I connect this to the form?

Thanks.
 
cbo is jargon for combo box. There is a wealth of information to get you started in the Access help system.
 

Users who are viewing this thread

Back
Top Bottom