Report grouped totals not resetting.

T

Theresa

Hi,
I have an access report based on a query that produces three items of data:
Airframe - either "Powered Aircraft" or "Rotary"
Aircraft = the tpye of aircraft in text format
CountOfID = numerical value
I have grouped the report as follows:
Airframe - with header / footer
Aircraft - no header/footer
I placed the following code into the Airframe footer with running sum over
group:
Sum([CountOfID)]
The idea is to print a Airframe heading, followed by a list of 'Aircrafts'
and their associated counts (counts created by the underlying query not the
report) and then sum over the Airframe. So at the end there is a tally for
each Airframe.
When I run the report the first value of 'Airrame' tallies correctly but the
second value of 'Airframe' simply continues to add the next group of counts
to the first group. In other words the Sum function is not resetting after
the first instance of 'Airframe'.
How do I force it to reset?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top