Printing Forms

S

Steve

I want to stop users from printing an input form how can
I do this? I know there's a Cancel Event macro option,
but nowhere to tag it, as there is no On Print option in
a form's Event Properties.
 
J

Joan Wild

You can accomplish this by providing them with custom menus/toolbars that
don't include a print option.

However, you should also consider why they are printing the form, and
perhaps accomodate them. If they need to print out information they see on
the form, then why not create a report for this purpose, and put a button on
the form to print that record?
 
Top