I have a dropdown box that gets its data from a query, there is only one record thats fine.
I use "Me.ComboBox = Me.ComboBox.ItemData(0)" to display the first record (and only) that displays in the seen part of the combo box
but it wont "run" until I click on the arrow and select the same result. I need it to do it after the result is put in from the query
Any help would be appreciated.
I use "Me.ComboBox = Me.ComboBox.ItemData(0)" to display the first record (and only) that displays in the seen part of the combo box
but it wont "run" until I click on the arrow and select the same result. I need it to do it after the result is put in from the query
Any help would be appreciated.