Combobox on top of a Listbox

usr_X

Registered User.
Local time
Yesterday, 19:50
Joined
Jun 9, 2009
Messages
26
I want to be able to display a combobox on top of a listbox (acting as a field header in a listbox to search the field and select the matching record). It doesn't appear Access will let you do this. Is this possible? Thanks in advance, Usr_X
 
Access will not allow you to place any type of control on top of a control that displays data; why would you want to? But you can position the combobox so that its bottom abuts the top of the listbox.
 
I was experimenting with listboxes and what could be done with them. Probably the functionality I was exploring is better left to sub-forms on a form. Which raises the question, where and why does one use a listbox? (Please keep in mind I am complete novice with Access as I, hopefully, continue to learn). Thanks, Usr_X
 

Users who are viewing this thread

Back
Top Bottom