| | |
|
|
|
Disabling MSAccess Help |
| message from Chris on 31 May 2004 |
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
|
| Douglas J. Steele replied to Chris on 31 May 2004 |
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.
|
|
Archived message: Disabling MSAccess Help (Microsoft Access Error Message)