Disable keys

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hi all,

Scenario Office XP Developer, Access 2002

Does anyone know how to disable CTRL-p (shortcut to print)
Prevent CTRL-p throughout the entire application.
Infact how can I prevent all such keys or do it
selectively?
One more... ALT-F11 opens the visual basic editor, is
there a key combination to switch a form from "Form-view"
to "Design-view" and if there is how can the key
combination be disabled?

Thanks in advance,
Andrew
 
You can disable some of these in the Tools|Startup dialog. I have also
created AutoKey macro and added a line:
Macro Name Action
^P MsgBox....
 
Back
Top