J
jb
I'm going to try asking this again in a simpler way.
For the two basic tables, Customers and Invoices, I want
a report that shows the TOTAL SAmount of all invoices for
each customer. NOT the individual invoices. ONLY the
total $amount of invoices for each customer.
EG:
Customer Table Invoice Table
Alice Walker $150, $500, and $300, and James Jones who
has 4 invoices of $600, %400, $500, and $300, all I want
to see is the following two lines:
Alice Walker $ 950
James Jones $1800
I can do this in a subform already by putting the total
in the footer of the subform. But I don't want to show
the detail records, just the value of the total.
For the two basic tables, Customers and Invoices, I want
a report that shows the TOTAL SAmount of all invoices for
each customer. NOT the individual invoices. ONLY the
total $amount of invoices for each customer.
EG:
Customer Table Invoice Table
Alice Walker $150, $500, and $300, and James Jones who
has 4 invoices of $600, %400, $500, and $300, all I want
to see is the following two lines:
Alice Walker $ 950
James Jones $1800
I can do this in a subform already by putting the total
in the footer of the subform. But I don't want to show
the detail records, just the value of the total.