Because the report has a page count, Ia little more work was required.
1) [Pages] is the total number of pages in all of the copies, so I have
printed the page count as
[Pages] / Dmax("PageNum", "tblCopies")
2) [Page] needs to be reset for subsequent copies, so I have set it to 1 in
the OnFormat event of the PageNum Header. Having reread it, I think this is
the same as the online help suggests.
It seems to work anyway, which is always the main test.
Peter
1) could be overcome by printing
.. " of " & [Pages] / Dmax("PageNum", "tblCopies")
but I cannot
> The use of a Cartesian product is most elegant - especially as I think it
> could be expanded by adding a "ReportName" field with criteria, so that
[quoted text clipped - 35 lines]
>>>
>>> Peter Kinsman