I am using DoCmd.OpenReport "rpt MY REPORT" to print a report from the OnClick event. The report varies in size and runs anywhere from 100 to over 600 pages.
Is there a way to find out the number of pages that will be printed BEFORE it actually prints? I would like to display the page count in a message box and then let the user decide whether or not to print.
Thanks.
Is there a way to find out the number of pages that will be printed BEFORE it actually prints? I would like to display the page count in a message box and then let the user decide whether or not to print.
Thanks.