Hi there,
I have a combo box with it's rowsource based on a database table. This table has an ID (key-field), a number which is an identifier for the user and a description. I only want the combobox to show the identifier (not the ID) and the description, and I want to sort the combobox on the identifier. But whatever I try, the combobox keeps sorting on ID. Even when I make an intermediate query on the database table which does not contain the ID, and assign this query as the combobox's datasource, it still keeps sorting on the ID, although the data in the combo - wizard screen are shown sorted correctly! Does anyone know what causes these strange things to happen?
Thanks.
I have a combo box with it's rowsource based on a database table. This table has an ID (key-field), a number which is an identifier for the user and a description. I only want the combobox to show the identifier (not the ID) and the description, and I want to sort the combobox on the identifier. But whatever I try, the combobox keeps sorting on ID. Even when I make an intermediate query on the database table which does not contain the ID, and assign this query as the combobox's datasource, it still keeps sorting on the ID, although the data in the combo - wizard screen are shown sorted correctly! Does anyone know what causes these strange things to happen?
Thanks.