Arrow keys in a combo box

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

Guest

I know that once you 'click' into a combo box, you can use the arrows to move
the cursor. What I would like to do is if the user Tabs into the combo box,
is there a way he/she can immediately use the arrow keys instead of going to
the mouse first?

Thanks.
 
There are two built-in keyboard shortcuts to drop down the combo box - F4,
and Alt+Down Arrow.

If you want to drop down the combo box programmatically, you can use the
Dropdown method ...

Me!NameOfCombo.Dropdown
 
Thanks Brendan. That did the trick.

Brendan Reynolds said:
There are two built-in keyboard shortcuts to drop down the combo box - F4,
and Alt+Down Arrow.

If you want to drop down the combo box programmatically, you can use the
Dropdown method ...

Me!NameOfCombo.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

combo box 1
Combo List Drop Down Arrow 2
Combo Box Issue 1
Combo Box not firing OnChange Event 5
Combo Boxes 11
combo box look 1
Combo Box Problem 1
Combo Boxes 4

Back
Top