I have a combobox on a form, with 2 columns. The first column is ID and the second is Name. The ID column is the bound one.
When I set the first column width to 0 so I can only see the second column and select a value, the second column is displayed as my choice in the combobox. If I change the...