Axel,
This summing every tenth record is not really acting upon a "group" ..
It just calculates an "artificial" grouping.
A real group arises from the values within the dataset...
(StoreNo, State, Dept, etc..)
Since you requested the artificial breaking, I must assume that there is
no "logical " way... with your data... to group by tens.
Doing what you requested would mean adding a field to your recordset
named ex. [GrpNo], and setting it's value to 1 for the first 10 records...
2
for the next 10, etc etc. Then use that value to group, in a "legitimate"
report Group.
Then you can add a running sum control and base it's running sum on
"Over Group."
But... you're really departing from the way reports are supposed to
work.
And they work the way they do for very logical reasons. It's how we
make
data into meaningful.I don't understand what you mean by that...
Reports should break, and calculate, on thier own legitimate data
values.
I still can't see any logical purpose for this artificial grouping.
But that's your call...
I was to fast with my question and I could find a easy solution by
activating
[quoted text clipped - 35 lines]