Hi,
I have a combobox with 3 colums 2 of which visible (width <> 0). The problem is that the 2nd visible column is only visible when the box is dropped down. When the value is selected the second visible column is not visible.
This is a problem because the box selects names with name and surname in different columns. Now I could modify the recordsource query so that the names are concatenated, but this doesn't seem to be an elegant solution.
I have a combobox with 3 colums 2 of which visible (width <> 0). The problem is that the 2nd visible column is only visible when the box is dropped down. When the value is selected the second visible column is not visible.
This is a problem because the box selects names with name and surname in different columns. Now I could modify the recordsource query so that the names are concatenated, but this doesn't seem to be an elegant solution.