Automatic Drop Down of Drop Down Box

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

Guest

I would like my drop-down box to drop down as soon as I start typing. How
can I achieve this?
Many Thanks
Ian Bateman
 
I would like my drop-down box to drop down as soon as I start typing. How
can I achieve this?
Many Thanks
Ian Bateman

Code the combo Box Enter event:
Me![ComboBoxName].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

Back
Top