I've got an unbound combo box with 2 columns, state and store name. The combo box is sorted by the first column, state, and then the second column, store name. The bound column is the second column, store name. When the user selects an item from the combo box, I want the combo box control to show the second column. Unfortunately, it will only display the first column. Examining the contents of the combo box in the AfterUpdate event reveals that cbobox.value is getting set to the second column, store name, but cbobox.text contains the first column, state and thus state is displayed in the text portion of the combo box. I've tried assigning cbobox.text=cbobox.value but that generates a "Limit to List" error since Access seems to want the list to always be limited to the first column.
Does anyone have any suggestions for making the second column, the bound column, show up in the text portion of the combo box rather than what is in the first column?
Thanks!
dftjsn
Does anyone have any suggestions for making the second column, the bound column, show up in the text portion of the combo box rather than what is in the first column?
Thanks!
dftjsn