My report is grouped by a particular field.
I want the recordnumber field to start numbering from 1 in each group
instead of giving the running total across all groups....
If there are 2 groups in the final output and 10 records the report should
be as follows....

Group1
RecordNumber
1
2
3
4
5
Group2
recordNumber
1
2
3
4
5


Thax in advance