Make combo box list drop down?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When the user enters the combo box how can I make the list drop down
immediately without the need to click onto the arrow head?
 
When the user enters the combo box how can I make the list drop down
immediately without the need to click onto the arrow head?

Code the Combo box Enter event:

Me!ComboName.Dropdown
 
Fred,

could I put the same code in the Form Current (or some other) event to cause
that same combo box to drop down when the form opened?

Gary
 
Change the 'Tab Order' of the combo box so that is has focus first--be sure
the include the code previously posted too.

Best regards,

Todd Shillam
 
Thanks, Todd

Gary

Todd Shillam said:
Change the 'Tab Order' of the combo box so that is has focus first--be sure
the include the code previously posted too.

Best regards,

Todd Shillam
 

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

Back
Top