D
dtibbs1967
I have a report which has running totals for the amount of records and the
total paid for each record. The report is also grouped and sorted by an
interval over an entire group.
Is there a way (ie: VB) to have this report stop and calculate a total after
50 records, and then start over and calculate the total for the next 50
records and so on?
For example if you have 149 records in your report, could the report be
split into three to give you a running total for the 1st 50 records, stop,
then a running total for the 2nd set of 50 records, stop, then a running
total on the final set of 49 records?
total paid for each record. The report is also grouped and sorted by an
interval over an entire group.
Is there a way (ie: VB) to have this report stop and calculate a total after
50 records, and then start over and calculate the total for the next 50
records and so on?
For example if you have 149 records in your report, could the report be
split into three to give you a running total for the 1st 50 records, stop,
then a running total for the 2nd set of 50 records, stop, then a running
total on the final set of 49 records?