Need Report Footer to print on same page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that is grouped by seasons. Each season is printed on a
separate page (season header and footer). I would like the report footer to
print on the same page as the last season but it always forces a page and is
on a page by itself. In order to have each season print on a separate page I
force a page after the season footer. I know this is why the report footer
is on a page by itself but I don't know how to get both.
 
Bobbye said:
I have a report that is grouped by seasons. Each season is printed on a
separate page (season header and footer). I would like the report footer to
print on the same page as the last season but it always forces a page and is
on a page by itself. In order to have each season print on a separate page I
force a page after the season footer. I know this is why the report footer
is on a page by itself but I don't know how to get both.


How about setting the group header section's ForceNewPage
property to Before Section, instead of using the footer?
 
That worked except my Report Header was on a page by itself so I had to move
the Report Header and the Page Header to the Group Header section and delete
the report and page header altogether. Turns out I didn't need them anyway.
Thanks a lot!
 
Back
Top