Auto dropdown

  • Thread starter Thread starter John
  • Start date Start date
J

John

I would like the list of a combobox to dropdown when the form (where the
combox is in) is opened.
How can I do that?
Thanks,
John
 
I would like the list of a combobox to dropdown when the form (where the
combox is in) is opened.
How can I do that?
Thanks,
John

Only when the form is first opened?

Code the form's Load event:

Me.ComboName.SetFocus
Me.ComboName.Dropdown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help With MS Access 4
Grouping dropdown menu's 1
ref John vinson post 8/27/07(remove from dropdown when selected) 14
Use Or in function 5
Filter a subForm 8
update listbox 2
combobox 4
Dropdown Property 8

Back
Top