Hi There,
I have a combobox that has three columns, one of which is hidden as this contains the primary key. The other two are both visible when you drop down the combobox list which are 'dept code' and 'office'. However when I select an option and the list retracts it only shows one of the columns data in the combobox in this case 'dept code'. What I would like to know please is if there is a way to get the combobox to show 'office' as the selected column or even have both side by side like it is when the combobox expands to give you options. The data for the combobox is pulled through from a query and the order it goes from left to right is 'Primary Key', 'Dept Code' and then 'Office'.
I look forward to your suggestions.
Many Thanks,
Dom
I have a combobox that has three columns, one of which is hidden as this contains the primary key. The other two are both visible when you drop down the combobox list which are 'dept code' and 'office'. However when I select an option and the list retracts it only shows one of the columns data in the combobox in this case 'dept code'. What I would like to know please is if there is a way to get the combobox to show 'office' as the selected column or even have both side by side like it is when the combobox expands to give you options. The data for the combobox is pulled through from a query and the order it goes from left to right is 'Primary Key', 'Dept Code' and then 'Office'.
I look forward to your suggestions.
Many Thanks,
Dom