-
Report in Access
Hi,
I have a report in Access that displays the totals on the last page. I included the controls in the Report Footer section of the report. However, the problem is that if the last page ends half way through the page, the totals will start printing half way through the page. I want the totals to always show up on the bottom of the page just above the page footer.
Thanks,
-
Re: Report in Access
Cant do that.
Put your totals in a GROUP BY Footer. Or...move the text box via code using the twips scale.
Jon