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>Line Counter Code



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


Line Counter In Access Reports

Displaying line counter numbers next to detail report detail lines is useful for purchase order and contract details reports in Microsoft Access. Here's an example of how to implement this feature using Access reports VBA code.


Follow these steps:

Create a global variable as show in the image just below the ‘Option Compare Database’ line.

Create an ‘On Print’ event procedure for the Detail section of the report.  In this visual basic procedure increment the line counter variable by one each time.  Then the VBA Code assigns the result to an unbound report field called ‘Line_Counter’.

Print preview of the resulting increment line counter report is shown below:

Access Report Line Counter

 

Incremental Counter VBA Code

Note that you can also do a incremental line counter by using an unbound field with control source =1 in combination with the running sum property set to yes.   We provide this visual basic example because there may be other calculations what you may want to perform within the report and this example gives you the basic skills needed to do the other calcs.  Some examples of other calculations might be calculation of standard deviation, mean, and other statistics.


Contact Information

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