Prevent form from printing

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

I have a command button on my form that will print a report. Occasionally
someone will accidently press the print button at the tool bar, thus
printing endless forms instead of an indivual report. I need to figure out
a way that will prevent this. I only want the report printed using the
command button...Thanks ...Randy
 
I have a command button on my form that will print a report. Occasionally
someone will accidently press the print button at the tool bar, thus
printing endless forms instead of an indivual report. I need to figure out
a way that will prevent this. I only want the report printed using the
command button...Thanks ...Randy

Click on the toolbar. Select Customize.
Drag that print button off the tool bar onto the dialog box.
The above will affect all Forms.

If you ever change your mind, highlight the toolbar in the Customize
dialog box and click Reset.

Better yet, make your your own customized toolbar, omitting the Print
button.
Name the toolbar. Then in the forms ToolBar property (it's on the
Other tab) write it's name.
Only this form will be affected.
 
I'm having a similar problem - I want to remove completely the FIle Print
function in access - i have some forms with data that I don't want the user to
be able to print out - is there a way to remove this feature from access and
only have the reports i've set up printable?

tks
 
Back
Top