disable access help

  • Thread starter Thread starter Jimm
  • Start date Start date
J

Jimm

Is there a way to totally diable access help when the F1 key is pressed?

jimm
 
If you are talking about the main Access window (not the VBA code window):

1. Create a macro.

2. In the Macro Name column, enter:
{F1}
(If you don't see a Macro Name column, go to the View menu.)

3. In the Action column, choose an action such as:
beep

4. Save the macro with the name:
AutoKeys
The correct name is important.
 

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