J
jeff
I have worked out the printing options. Thanks to Fred.
Now when the option is taken to print out the pages, even when I CANCEL the
command still goes through. I want to have the option that if I cancel that
the page will not print.
Thanks.
=============================================
This is the code:
DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.SelectObject acReport, "ReportName", False
DoCmd.PrintOut acPrintAll, , , , InputBox("How Many copies?", ,1)
Now when the option is taken to print out the pages, even when I CANCEL the
command still goes through. I want to have the option that if I cancel that
the page will not print.
Thanks.
=============================================
This is the code:
DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.SelectObject acReport, "ReportName", False
DoCmd.PrintOut acPrintAll, , , , InputBox("How Many copies?", ,1)