Number each detail record in a group or report
- Open the report in Design view.
- Click the Text Box tool on the toolbox and click the detail section where you want to add the text box for the number.
- Select the text box and click Properties on the toolbar.
- Set the ControlSource property to =1.
- Do one of the following:
To number each record and reset the counter to 1 for each group, set the RunningSum property to Over Group.
To number each record without resetting the counter for each group, set the RunningSum property to Over All.
Note The Sales by Year report in the Northwind sample database has an example of numbered detail records. To view this report, open the Northwind database in the Samples subfolder of your Office folder, and then open the Sales by Year report in Design view.