Keyboard shortcuts for buttons?

  • Thread starter Thread starter Darrell Childress
  • Start date Start date
D

Darrell Childress

Is it possible to assign keyboard shortcuts (e.g., CTRL-ALT-Q or
whatever) to buttons on a form?
Thanks,
Darrell
 
in message:
Is it possible to assign keyboard shortcuts (e.g., CTRL-ALT-Q or
whatever) to buttons on a form?

Sure, easily done.
Enter the "&" symbol in the caption for the appropriate letter.

For example,

&Print

in the caption of the command button will display the word Print with
the letter P underlined. Hitting ALT P will fire the command
button's click event.
 
Jeff said:
in message:




Sure, easily done.
Enter the "&" symbol in the caption for the appropriate letter.

For example,

&Print

in the caption of the command button will display the word Print with
the letter P underlined. Hitting ALT P will fire the command
button's click event.

One word...wow! You're right, that was easy. Thanks so much.
Darrell
 
Back
Top