|
I must be missing something obvious, but I can't get my combo box to work
properly as I understand that it should.
I've got a multiple column drop down list that it seems I can't set the
'Bound Column' property for. I've simplified what I'm doing to try and
eliminate variables.
I've set the 'Row Source' property for the combo to a simple table with no
primary key and no relations. I've set the 'Column Count' property to four
to display the first four columns/fields from the table. The drop down list
displays the list with the four columns just fine. When I click on a
selection, the box takes as it's value the first visible column on the left
regardless of what I have the 'Bound Column' set to?
I've played around with the 'Column Width' property to make various columns
visible or not but this doesn't help. The column that gets used for the
value is always the first visible column on the left.
Gord |