REPORT FOOTER ON SEPARATE PAGE

S

Sammie

The last page of my report has the report footer only. I want the report
footer to appear on the same page as the end of the last group. My group
footer forces new page after every section, which I need, except on the last
page.

How can I have a page break after every section except the last?
 
M

Marshall Barton

Sammie said:
The last page of my report has the report footer only. I want the report
footer to appear on the same page as the end of the last group. My group
footer forces new page after every section, which I need, except on the last
page.

How can I have a page break after every section except the last?

Try setting the group header section's ForceNewPage to
Before Section instead of using the group footer.
 
Top