Dropping down a Combo with the Keyboard?

  • Thread starter Thread starter scs
  • Start date Start date
Is there a way to drop a combo box down with the keyboard? How?

Thanks
Steve

In addition to using the keyboard keys to drop the combo down, you can
do it automatically upon entering the control, using code.
Code the Combo Enter event:

Me!ComboName.Dropdown
 
Thanks very much. Standard keyboard stuff I guess?


Yes...even works in a web broswer...and all the way back to windows
3.1.....about 10+ years now....
 

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