Moving in a form using keyboard shortcuts

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
 
A

Allen Browne

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top