I have a 2 column combobox on an Access form that gets its values from two fields: ID and Name. The first column (ID) has a 0" width and is not visible when the form is displayed.
How do I set the value of the combobox to be equal to a specific ID number? In other words, how can I display a specifc name in the combobox by referencing its hidden ID number.
Thanks