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 column width so I can see both columns in the dropdown list, only the first column is displayed once I have selected the value.
Does anyone know why this is? I am not changing the bound column. I would really like to be able to show both columns, or failing that, just the second column in the box with both in the drop down list.
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 column width so I can see both columns in the dropdown list, only the first column is displayed once I have selected the value.
Does anyone know why this is? I am not changing the bound column. I would really like to be able to show both columns, or failing that, just the second column in the box with both in the drop down list.