Moving in a form using keyboard shortcuts

  • Thread starter Thread starter GeoffK
  • Start date Start date
G

GeoffK

Hi,

I have a form that I use to input data, occaisionally I need to go directly
to a control located at the bottom of this form.

Is it possible to use a keyboard shortcut to bypass other controls and
commands and go straight to a specific control.

Regards
GeoffK
 
Add an ampersand to the label attached to the control.

For example, say the control you want to jump to has an attached label with
the caption:
Jump Here
Change the caption to:
&Jump Here

You can now use Alt+J to jump to that control.
 
Back
Top