Keith Nichols
Registered User.
- Local time
- Today, 17:31
- Joined
- Jan 27, 2006
- Messages
- 431
I have a combobox that may be used a number of times. It is populated by a query in VBA using rowsource = SQLText & WClause etc which sorts it in a particular fashion.
Currently, when a user clicks the drop down list, the last selected record is at the top of the list and if the user wants to select an item from higher up they must use the scroll bar.
Is there any easy way to set the pointer to the first record showing?
Regards,
Currently, when a user clicks the drop down list, the last selected record is at the top of the list and if the user wants to select an item from higher up they must use the scroll bar.
Is there any easy way to set the pointer to the first record showing?
Regards,