Report multiplication/sum query

A

asdfg

I have 2 fields...'quantity' and 'usage'

I have grouped the report by site
The detail of each site has both fields.
I can easily list both fields and insert another field, 'total', which is
the quantity*usage.
I now require the sum of the 'total' field in the group footer

Creating a field in the group footer with control source = sum([total]) does
not work.

any ideas?
 
D

Duane Hookom

You can't sum "controls" across sections. You can use:
=Sum([Quantity] * [Usage])
 

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