keyboard shortcuts to select value in combo box

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

Guest

I have a user who is trying desperately to not have to use the mouse when
entering data. When she comes to one combobox, it has many "long" values &
she doesn't want to have to type entire words to get it to narrow down to the
item she wants. 1. She would like to type the first letter & have it then
just show all the items with that start with that letter or better yet
2. She would like to type R for example, and let's say there are 4 items in
the list that begin with R. She would like to just type R again & have it
move to the 2nd R item in the list & type R a 3rd time & have it move to the
3rd R item in the list.

Is this possible? Thank you
 
The behavior of typing an R, then an R, and another R is the default
behavior for a list box. Perhaps you could change the combo box to a list
box on the form.
 
Back
Top