Trapping the F1 Help Key within Access

  • Thread starter Thread starter Simon Webb
  • Start date Start date
S

Simon Webb

I am developing a system in Access 2000.

I want to develope a PDF based help system.

How can I trap the F1 key; i.e. have some code fire off opening a PDF when
the operator presses F1.

Thanks in advance

Simon
 
Create a macro and name it AutoKeys
In the Macro properties write
1. Macro name = {F1}
2. Action = RunCode
3. Function name = Any function you create to open the pdf file


Good luck
 

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