Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress Page Header when it's Report Footer? 1

Status
Not open for further replies.

dBjason

Programmer
Mar 25, 2005
355
US
I have a page header that's suppressed inrepeatedgroupheader. Problem is it still prints on my report footer. Is there some way in the suppress formula box in the section expert to do something like this:

inrepeatedgroupheader or inreportfooter


??? Thanks!

Jason
 
Is your report footer always one page long and on a separate page? If so you can try suppressing the page header with a formula like this:
PageNumber = TotalPageCount

MrBill
 
No, that doesn't work so good as I'm already suppressing it with other criteria (inrepeatedgroupheader). When I try adding pagenumber/pagecount code, I end up with the page header on every page including the repeated group header.
 
You should be able to use the "or" statement in your conditional suppress formula:
InRepeatedGroupHeader or PageNumber = TotalPageCount

MrBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top