A Combo box problem

M

Mota

Hi;
I have some combo boxes on a form and sometime,in fact many times,I cant
move between its items thru Up and Down Arrows of the keyboard.So i have to
use mouse to select an item directly and it bothers while working fast.Have
anyone experienced such a problem?Can it be a fault of controls or can be
related to my codes?
Thank you for ur help in advance.
 
J

John Vinson

Hi;
I have some combo boxes on a form and sometime,in fact many times,I cant
move between its items thru Up and Down Arrows of the keyboard.So i have to
use mouse to select an item directly and it bothers while working fast.Have
anyone experienced such a problem?Can it be a fault of controls or can be
related to my codes?
Thank you for ur help in advance.

The up and down arrows have multiple uses (such as moving up and down
the list of selected items). Try the Tab key (or Shift-Tab to go
backwards) instead.

It might have to do with your code, but since you don't give any
indication of the nature of that code it's a bit hard to say!
 
Top