Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Keyboard Shortcuts

Status
Not open for further replies.

innmedia

Programmer
Mar 24, 2000
108
US
Does anyone know how (or if) you can set up a custom keystroke to perform an action. For example to open a specific form is there a way to create a keyvoard shortcut to do this?

Thanks!
 
If you are using a command button to do the operation then in the caption of the command button you can use:

example: Open &Form

This will put a line under the F in the button and allow the user to use Alt + F to carry out the code behind the command.

Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top