I put the following code in my report to subtotal each page.
Dim x As Double
PageFooter Print
pagesum = runsum - x
x = runsum
ReportHeader Print
x = 0
The subtotals are printed at the bottom of each page which is great but on the last page where I added the grand total to the report footer the page footer subtotal prints under the grand total.
How do I tell Access on the last page of my report to put the page footer above the report footer? It will move every month based on the number of pages and records.
Any ideas?
Dim x As Double
PageFooter Print
pagesum = runsum - x
x = runsum
ReportHeader Print
x = 0
The subtotals are printed at the bottom of each page which is great but on the last page where I added the grand total to the report footer the page footer subtotal prints under the grand total.
How do I tell Access on the last page of my report to put the page footer above the report footer? It will move every month based on the number of pages and records.
Any ideas?