Select records based upon calculated totals

  • Thread starter Thread starter Cuda
  • Start date Start date
C

Cuda

I've created a report that shows the contract price of a project and using a
subreport of invoices, a text box to calculate percentage of $ invoiced,
which works great. I'd like to now create a report that shows only the
projects that have not been invoiced 100%.
 
What about the idea of doing that calculation in the underlying query, then
using the query to feed the report?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top