Page numbers for fax cover

M

Matt

I have a fax cover report that will be used with a purchase order report. I
want the fax cover report to have a field that will total the number of pages
for the purchase order report and also include the number of fax cover pages.
If this involves VB please be as detailed as possible.

Thank you in advance.
 
A

Allen Browne

The report has a Pages property, so try a text box with control source of:
=[Pages]
 
Top