how to program a short key for a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can we program a shortcut key to open a form. Example I have a form call
"Quick Call" and I want to use the F1 key to open it. Can this be done?

Thanks in advance
Jen
 
Jennifer P said:
How can we program a shortcut key to open a form. Example I have a
form call "Quick Call" and I want to use the F1 key to open it. Can
this be done?

Thanks in advance
Jen

You can create an Autokeys macro to do this. See the help topic,
"Assign an action or set of actions to a key".

I don't know if I would recommend that use the F1 key for this, though.
The Windows standard UI guidelines reserve the F1 key for
context-sensitive help, so you may confuse your users.
 

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

Back
Top