Auto dropdown

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
 
F

fredg

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

Top