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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Supress Page header of last page in a form 1

Status
Not open for further replies.

kiloslug

Technical User
Nov 7, 2005
5
CA
I have a report that has page headers describing columns. Now I an adding a subreport at the end of the report with a page break to summarize things. The problem is it needs its own header and the page header comes up on the last page.

Is there a way to turn the page header off for the last page?
 
thread705-1156572 - even if this is the forms forum, and you say form in the subject, I assume report, so consider all the advice in the given thread (including forum;-))...

Roy-Vidar
 
Sorry about posting in the wron forum. But the link to the other thread worked great.

Just had to put in

Me.PageHeaderSection.Visible = not (me.page = me.pages)

into the Page header code.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top