Is there any way of figuring out how many pages are being printed on a report and capturing that number ? For example, a report is going to print 7 pages. Is there any way in VBA to capture that it is going to or has printed 7 pages? I am printing labels. The only way I can now think of doing this is to run the SP which drives the report using a record set of something and then dividing the number by 24 (# of labels on a page). Just thought there was possibly an easier way of doing this with report property or something. I am using Docmd.OpenReport,"reportname",acnormal to print the report.
Remember when... everything worked and there was a reason for it?
Remember when... everything worked and there was a reason for it?