Short question on Report Footers

I

Ian Bateman

How can I ensure that a Report Footer is printed at the
bottom of the page? The information is in the footer
because I do not want it printed on all pages.
Thanks
 
R

Rick Brandt

Ian Bateman said:
How can I ensure that a Report Footer is printed at the
bottom of the page? The information is in the footer
because I do not want it printed on all pages.
Thanks

You can't. You can put the data in the PageFooter and only make it visible
when you are on the last page. The practicality of that depends on whether
you are already using the PageFooter and whether that would conflict with
having the "last page data" in the same section.
 
Top