Prevent form print

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

I am trying to over-ride printing contents of a form. I've got everything
turned off in the startup options. Special keys and all that. I can keep
them from using the "Right click" method of getting to print, but I can not
stop the Ctrl-P way of getting to print.

Anyone know of a way to stop it?

Thanks

Nathan
 
Remap it with an autokeys macro.

Create a macro with the name:

AutoKeys

Inside the macro, use the Name column to enter:

^P

and make the macro action:

Beep
 
That is perfect. I was beginning to think it was going to have to be
something along those lines, but I didn't know how to do it in a Macro. Your
way is very easy and it worked great.

Thanks
 
Back
Top