kermit5
11-26-2001, 11:20 AM
I would like to be able to scroll through the combo box values using the down arrow key. Is this possible and if so, how?
|
View Full Version : Combo box questions kermit5 11-26-2001, 11:20 AM I would like to be able to scroll through the combo box values using the down arrow key. Is this possible and if so, how? jwindon 11-26-2001, 01:26 PM While the focus is in the combo box, you SHOULD be able to use the down arrow key. You should also be able to use the Page Down key as well. Wanna get a little fancier, add code to the Got Focus event: Me.ComboName.Dropdown [This message has been edited by jwindon (edited 11-26-2001).] |