S
SamDev
I have created an invoice - that is a form - part of the form that records
all the transactions is a subform and the total of all transactions is
calcualated using the amounts of each transactions. I have another form that
records payments made to each invoice. The payments go against the total of
the invoice. I have then created a query that displays outstanding
payments/receivables. Problem is when there is more than one transaction on
a single invoice, the query (and subsequent reports) will display, for
invoices that are completely paid but with more than one tranaction line,
2nd, 3rd line etc transactions as unpaid, therefore, in corresponding
reports it looks like there is more outstanding than there actually exists -
it also uses these figures in my totals that I have created for total
outstanding.
In my multi-table query, I have included invoice #, amount, amount paid,
customer name, billing date and have created an expression that calculates
outstanding (amount - amount paid) with a criteria for the the outstanding
expression as <>0. It works great except for invoices that have more than
one transaction.
Any help would be appreciated.
Much thanks.
all the transactions is a subform and the total of all transactions is
calcualated using the amounts of each transactions. I have another form that
records payments made to each invoice. The payments go against the total of
the invoice. I have then created a query that displays outstanding
payments/receivables. Problem is when there is more than one transaction on
a single invoice, the query (and subsequent reports) will display, for
invoices that are completely paid but with more than one tranaction line,
2nd, 3rd line etc transactions as unpaid, therefore, in corresponding
reports it looks like there is more outstanding than there actually exists -
it also uses these figures in my totals that I have created for total
outstanding.
In my multi-table query, I have included invoice #, amount, amount paid,
customer name, billing date and have created an expression that calculates
outstanding (amount - amount paid) with a criteria for the the outstanding
expression as <>0. It works great except for invoices that have more than
one transaction.
Any help would be appreciated.
Much thanks.