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!

Report Header/Footer 1

Status
Not open for further replies.

jtfrier

Technical User
Jan 12, 2006
85
I have a report that has a group in it to repeat and filter out duplicats I need to have a signature line on the last page of the report but the report footer seams to be linked to the group and when I Place the signature line in the report footer it places the text right under the grouped infroemation. not at the bottom of the last page . I cant put it in the page footer because I only want it to show up on the last page of the report.
 
This is a problem. You could increase the size of the footer to force the item further wdown the page, but this might produce unpredicatble results if the length of the report changes.

Have fun! :eek:)

Alex Middleton
 
That wont work because I have info in the page footer any other sugestions?
 
If you put a text box in the place that you require, in the Page Footer, then set the ControlSource to the following it should work (Replace "Your Text" with the text you want to appear):

Code:
=IIf([Pages]=[Page],"Your Text","")

Have fun! :eek:)

Alex Middleton
 
ok thanks I should be able to use the code to get it to do what i need. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top