Option button navigation

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Is there a way to select an option button within an
option group via keyboard by using its value? I have 5
buttons, with the optionValues 1,2,3,4 and 5. I want the
user to be able to select a button by keyboard (pressing
1,2 etc) if desired. The keyPress event doesn't capture
the keystroke for some reason and the frame doesn't have
a keyPress event. This would really help speed up the
data entry process.
 
If the labels for each option are 1,2,3,4,5 you can change them to
&1,&2,&3,&4,&5

Users would then be able to use Alt-1 to select option 1.

Does that work for you?
 
Thanks for the tip. It seems to work.
-----Original Message-----
If the labels for each option are 1,2,3,4,5 you can change them to
&1,&2,&3,&4,&5

Users would then be able to use Alt-1 to select option 1.

Does that work for you?

--
Joan Wild
Microsoft Access MVP




.
 
Back
Top