N
Nigel Bennett
Ok I worked on it some more, the whole premise here is
that the report does run through twice, for this to work
you need to have a page number field on the report that
will give you the total number of pages on the report.
ie create an unbound control where the valuse i ="Entire
Report Page " & [Page] & " of " & [Pages], this will force
the report to make 2 passes and it will allow the code to
work correctly.
that the report does run through twice, for this to work
you need to have a page number field on the report that
will give you the total number of pages on the report.
ie create an unbound control where the valuse i ="Entire
Report Page " & [Page] & " of " & [Pages], this will force
the report to make 2 passes and it will allow the code to
work correctly.