I have a database that keeps track of orders from the company store.
There is an Invoice table that contains an invoice ID and Total Paid field among others
There is an Order table that contains the information about the items ordered in the invoice (ie. Invoice ID, Item Name, Item Cost)
I created a report sorted by Invoice ID that gives the Items ordered, totals the Item Cost field to produce a total cost amount and then subtracts the Total Paid field from that calculated field to give a total owed.
The resulting report looks great but I want to weed out those Invoices where the calculated total owed is a positive number but.....the Invoice total and the total owed are calculated within the report not in a table.
Does that make sense? I've included a copy of the database with some example invoices. Any ideas??
There is an Invoice table that contains an invoice ID and Total Paid field among others
There is an Order table that contains the information about the items ordered in the invoice (ie. Invoice ID, Item Name, Item Cost)
I created a report sorted by Invoice ID that gives the Items ordered, totals the Item Cost field to produce a total cost amount and then subtracts the Total Paid field from that calculated field to give a total owed.
The resulting report looks great but I want to weed out those Invoices where the calculated total owed is a positive number but.....the Invoice total and the total owed are calculated within the report not in a table.
Does that make sense? I've included a copy of the database with some example invoices. Any ideas??