Use up and down cursor keys in combo box

G

Guest

(A2003): I've got a combo box that I've setup to dropdown as soon as it gets
the focus.

I would like my users to be able to use the up and down arrow keys on the
keyboard to select an item in the combo box, but whenever I press one of
these keys, the combo box moves up or down one row, closes the dropdown, and
fires the AfterUpdate event.

Anybody know how to prevent this and allow the user to use the up and down
keys to navigate the combo box?
 
D

Dale Fye

Disregard,

the Change event had some code in it, so as soon as the cursor moved up or
down one record, the change event was firing.
 

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