Disabling MSAccess Help

C

Chris

Hi
I have a established multi-user DB that accesses HTML
Help files from cmd Buttons and F1 Key.
My problem is when the user hits F1 my help files appears
plus MSAccess Help.
I have to disable MSAccess Help file from the menu and F1
Key.
Any ideas would be appreciated!
Thanks for your time.

Chris
 
D

Douglas J. Steele

To disable the F1 key, create an AutoKey macro that remaps F1 to call a
routine that opens your help.

If you set a reference to the Microsoft Office n.0 Object Library, the Help
File entry on the menu can be addressed as ?CommandBars("Menu
Bar").Controls("Help").Controls(1). Having said that, though, it doesn't
appear that there's actually an OnAction associated with that menu entry.
You might be best off disabling the Help control on the Menu Bar, and add
your own.
 

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