Using KeyDown to replace default key combination

R

RichardGarfield

I need to prevent users from trying to print a form with Ctrl-P rather than
using the "Print" button on the form to print the underlying report.

In Access 2007, whichever way I code it (even using AutoKeys) Ctrl-P still
brings up the Print screen, rather than my "DontPrint" form to which it is
directed.

Please can someone suggest what I am doing wrong.
 
Top