A
Andy
Using Access 2003...
I have a form with a combo box bound to a lookup table
for USA state values (AK, AL, AR, etc).
I want to allow user to press "A" (or any letter) and
jump to the first instance of "A" on the list & then to
the next, etc. with each "A" keypress until they reach
the one they want & then hit enter to select it.
Currently the first keypress jumps to the first state
beginning with that letter but a 2nd keypress of "A" just
puts "AA" in the field which of course is invalid.
Suppose I'd also need to handle an invalid letter press
("X" for example).
BTW, what is this feature called? I see this behavior
many places, but can't find out how to do it after hours
of google.
Andy
I have a form with a combo box bound to a lookup table
for USA state values (AK, AL, AR, etc).
I want to allow user to press "A" (or any letter) and
jump to the first instance of "A" on the list & then to
the next, etc. with each "A" keypress until they reach
the one they want & then hit enter to select it.
Currently the first keypress jumps to the first state
beginning with that letter but a 2nd keypress of "A" just
puts "AA" in the field which of course is invalid.
Suppose I'd also need to handle an invalid letter press
("X" for example).
BTW, what is this feature called? I see this behavior
many places, but can't find out how to do it after hours
of google.
Andy