I have a table of countries and country codes, two fields. Then I have a combo box in which the user selects a country, and the country code gets applied to the control.
However, it does not work. I am entering '2' in the Bound Column, but what gets selected and put into the control is always column 1, the country name.
How do I make it load the value in column 2 into the control?
Robert
However, it does not work. I am entering '2' in the Bound Column, but what gets selected and put into the control is always column 1, the country name.
How do I make it load the value in column 2 into the control?
Robert