How do I suppress the page header when the report footer prints?

K

Kathie Thayer

I display page specific data on each page header and want to suppress it on
the report footer.
 
S

Samaba Jones via AccessMonster.com

Open the Report Properties

On the format tab; in the page header area - it is currently set to "all pages". Change to "Not with rpt footer".

Best wishes.
 
M

Marshall Barton

I display page specific data on each page header and want to suppress it on
the report footer.


Set the report's PageFooter property to Not With Rpt Ftr
 
Top