S
Samantha
I have created a database to track invoices and payments.
It sounds very much like the database in questions
by "Manish" posted on under subject: "Totals (Do or Die
Situation)". I'm having the same problem as he did: the
sum in the report footer isn't working correctly. I have
realized why but don't know how to fix it.
There are two tables: invoices and payments. They are
joined by field InvoiceNumber. I have also created a query
based on these two tables. The problem seems to be derived
from there being more than one payment against a single
invoice.
When the query is generated, it shows the invoice #, date,
amount, payment date, and payment amount as follows
InvNo InvDate InvAmount PayDate PayAmount
1 1/1/04 5000.00 2/1/04 3000.00
1 1/1/04 5000.00 2/1/04 1000.00
1 1/1/04 5000.00 2/1/04 1000.00
Even though there was actually only one Invoice #1 in the
total amount of 5000.00, it lists it for each payment
transaction. The report only shows the invoice once then
the separate payments, however, the total for the invoices
in the report footer is including the the invoice amount
of $5000 three times instead of once.
I've tried several things at this point as well as the
suggestions replied to Manish's post but haven't had any
luck. It also appears that his problem wasn't resolved
either. Please help!
Thanks, Samantha
It sounds very much like the database in questions
by "Manish" posted on under subject: "Totals (Do or Die
Situation)". I'm having the same problem as he did: the
sum in the report footer isn't working correctly. I have
realized why but don't know how to fix it.
There are two tables: invoices and payments. They are
joined by field InvoiceNumber. I have also created a query
based on these two tables. The problem seems to be derived
from there being more than one payment against a single
invoice.
When the query is generated, it shows the invoice #, date,
amount, payment date, and payment amount as follows
InvNo InvDate InvAmount PayDate PayAmount
1 1/1/04 5000.00 2/1/04 3000.00
1 1/1/04 5000.00 2/1/04 1000.00
1 1/1/04 5000.00 2/1/04 1000.00
Even though there was actually only one Invoice #1 in the
total amount of 5000.00, it lists it for each payment
transaction. The report only shows the invoice once then
the separate payments, however, the total for the invoices
in the report footer is including the the invoice amount
of $5000 three times instead of once.
I've tried several things at this point as well as the
suggestions replied to Manish's post but haven't had any
luck. It also appears that his problem wasn't resolved
either. Please help!
Thanks, Samantha