R
Rich
I have a form with a combo box on it. The combo box's source is a
access lookup table with two columns, EmployeeName & EmployeeNumber.
I want to display the EmployeeName from the dropdown but store the
EmployeeNumber. I was able to get this work (for the most part) by
setting the Bound Column to 2 and setting the column widths property
to 0.5";1"
The problem is after I click the drop down to select the record that I
want the EmployeeNumber is displayed in the box on the form. How can
I get the EmployeeName to display there instead?
access lookup table with two columns, EmployeeName & EmployeeNumber.
I want to display the EmployeeName from the dropdown but store the
EmployeeNumber. I was able to get this work (for the most part) by
setting the Bound Column to 2 and setting the column widths property
to 0.5";1"
The problem is after I click the drop down to select the record that I
want the EmployeeNumber is displayed in the box on the form. How can
I get the EmployeeName to display there instead?