I have a report with a Report Header, Page Header, 5 Group Headers, a Page Footer, and a Report Footer. The report footer contains a crosstab report that summarizes the data found in the details.
In Format Section, Page Header, Suppress formula editor I used
WhilePrintingRecords;
onLastRecord;
I worked well in the fact that I don't see the page headers within the Report Footer pages (my crosstab is several pages).
The only problem is this:
If my last record happens to be the first record on a new page, my page header will not print on that page.
I don't know how to get around this. Really bugging me.
Thanks for the help! Linda
In Format Section, Page Header, Suppress formula editor I used
WhilePrintingRecords;
onLastRecord;
I worked well in the fact that I don't see the page headers within the Report Footer pages (my crosstab is several pages).
The only problem is this:
If my last record happens to be the first record on a new page, my page header will not print on that page.
I don't know how to get around this. Really bugging me.
Thanks for the help! Linda