Remove: Page Header on Last Page

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

Guest

I have a report that generates multiple pages. In the Page Header, I have
the column names. Because of this, the column names repeat at the top of each
page.

In the Report Footer, I have numberous calculation totals. (Which shows as
the last page of the report.) The problem is that the Page Header (column
names) is showing on the last page where my totals are. I realize that it is
supposed to do this, but is there any way to suppress it? Just for the last
page (Report Footer w/ calculations)

Any assistance would be greatly appreciated.
 
I have a report that generates multiple pages. In the Page Header, I have
the column names. Because of this, the column names repeat at the top of each
page.

In the Report Footer, I have numberous calculation totals. (Which shows as
the last page of the report.) The problem is that the Page Header (column
names) is showing on the last page where my totals are. I realize that it is
supposed to do this, but is there any way to suppress it? Just for the last
page (Report Footer w/ calculations)

Any assistance would be greatly appreciated.

Reports have a PageHeader property.
Set it to:

Not with Rpt Ftr

It's on the Format tab of the Report's property sheet.
 
Back
Top