E
Eric
I'm guessing that you created a select query to display
both columns in the combobox. In that case, all you have
to do is view the form in design view and right click on
the combobox, choose properties and change the "Bound
Column" setting to 1. I hope this helps.
Eric
value that shows in that combo box is the InventoryName
(currently, it shows the InventoryID in the combo box
after I proceed).
both columns in the combobox. In that case, all you have
to do is view the form in design view and right click on
the combobox, choose properties and change the "Bound
Column" setting to 1. I hope this helps.
Eric
and InventoryName field from a table.-----Original Message-----
I have a combo box on a form that selects a InventoryID
the InventoryID and InventoryName (which is what I want).WHen the user selects the combo box, they can see both
selection, and move to the next control, that the onlyBUT, how do I make it so that after they make their
value that shows in that combo box is the InventoryName
(currently, it shows the InventoryID in the combo box
after I proceed).