Filter by GroupFooter Total in Access 2007

M

MIke_Mc

Working in Access 2007. I wrote a query to pull by item nbr the item purchase
history for the year and compare the unit cost (link on Item Nbr) with the
list cost. To find any overpayments or short payments. The report is group by
item nbr, meaning that I have a subtotal by item in ItemNbr Footer
sum(overpayment) field, and a Grand total by vendor.

I want create a filter in my report to only see those items that their Total
overpayment (in the Item Footer) > Zero or to see only those items with
total overpayment <> Zero.
 
D

Duane Hookom

The typical solution is to create a totals query that calculates the values
you would want to filter on. Then add this totals query to your report's
record source and join the appropriate fields. You can then filter based on
your calculated totals.
 
M

MIke_Mc

Thanks Duane, I am able to filter now.
The only thing is that the report takes double the time to run, any
suggestion to reduce the time.
 

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