Home  Fees/Services  Access Examples  Tutorials  Access Download  Articles  Search  Contact  Privacy  Links
Access Report Tutorials
Report Programming Examples For
Microsoft Access
Tutorial Access Report Examples Downloadable Microsoft Access Report Tutorials

MS Access Tutorials>MS Access Report Tutorial>Display Page Subtotals



Line Counter Code
Change Line Color
Running Sum Calculation
Display Page Subtotals
Dynamic Graphics Overlay
Dynamic Crosstab Report
Mail Merge


Page Subtotals Access Reports

Display Totals at Bottom of Each Page

We've notice many of you searching for an example of how to display report page subtotals at the bottom of each page of the report.  Here is what you have been looking for:

Follow these steps:

Create unbound fields in the Page Footer of the report for each subtotal you want to display.

Create an On Print event procedure in the Detail section of the report.

In the on print event procedure put a global variable(s) after the 'Option Compare Database'.  In this example it is called gbl_subtot_invoice and gbl_subtot_gross.

Add the code in the Detail_Print procedure to sum up the columns as each on prints on the page.

In the On Print event of the Page Footer place the code to assign the global variables to the report variables, then clear out the global variables to prepare for the next page.

Report Page SubTotals

Below is an example of two pages of the output:

Page SubTotals Access Database Report

Note:  These global variables are not truly global. They are only global to this report.


Contact Information

Programming Access Reports
Microsoft Access 2003 2000 2002(XP) 97 All Windows Versions