SHow record number in subreport

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a need to enumerate records in a sub-report by main report group:

ie:

Group 1

1 Record
2 Record
3 Record

Group 2

1 Record
2 Record

I can't use an autonumber field, because that will not start over with each
group. Any ideas?
 
1. Create a text box in the detail section
2. In the control source of the text box write
=1
3. In the "RunningSum Property" of the text box select "Over Group"
 
Thanks! that was exactly what I needed.

Katie

Ofer Cohen said:
1. Create a text box in the detail section
2. In the control source of the text box write
=1
3. In the "RunningSum Property" of the text box select "Over Group"
 
Back
Top