I have two tables, one contains Sales Invoices and the other contains Sales Receipts. There is a relationship between the tables using the Invoice number.
Any Invoice may have zero, one or many receipts associated.
I want to create a report that a) Calculates each invoice balance by deducting the total of receipts from the invoice amount and b) Displays just those invoices with a non zero balance.