hi
i also had the same prob
create a dummy Field in ur view (from which u r creating ur report).
e.g.,Select <field list>..., 1 as DummyRecordNo From TableName
then in ur report create a Running Total (SUM) on the DummyRecordNo and Reset it on change of group
i hope it will help :-)
|