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

<B>Interesting Report Footer Question</B>

Status
Not open for further replies.
Feb 8, 2002
43
US
Is there anyway to put the report footer on the first page of a report instead of the last page. Is there some way to do this in VBA?

Thanks.
 
Normally I would use a page footer at the bottom of a page. If I required information from the Report footer refer to it in the control Source by name without using any any equations to calculate the results. In other words determine the results at the Report footer level something like "=sum(allValues)" with a control name of "AllMyValues". At the Page footer level the Control source would be "=[AllMyValues].

Good Luck
ssecca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top