| ACC2000: How to Print Line Number for Each Record/Group on ReportID: Q209567 
 | 
You can add a text box control that prints a sequential number for each record to the detail section of a report. You can reset this number so that a separate set of numbers is printed for each group of records. This article explains how to do this by modifying a report in the sample database Northwind.mdb.
   Object: Text Box
   ----------------------
   Name: MyLineNumber
   ControlSource: =1
   RunningSum: Over Group 
   Add the following text box control before the Category Name control in
   the Category Name Header section: 
   Object: Text Box
   --------------------
   Name: MyLineNumber2
   ControlSource: =1
   RunningSum: Over All Additional query words: reports sequential line
Keywords          : kbdta RptOthr 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbhowto Last Reviewed: June 10, 1999