M
mthornblad
I enter Invoice Summary and Invoice Detail information via a Form/
Subform . The Invoice Summary contains only Customer Number, Date,
and Invoice Number. The Quantity, Unit Price and Tax information is
stored in the Invoice Detail.
I want to write a query that will display 1 line for each Invoice
number which totals the info in the Invoice Detail records for that
invoice number.
I want the output to be something like:
Invoice Number Invoice Date Customer Number Total Qty Total Ext.
Total Tax Total Invoice
---------------------- -----------------
-------------------------- ------------ --------------
------------ -----------------
123456 06/22/2007 12345
20 $50.00 $4.00 $54.00
123457 06/23/2007 23456
10 $10.00 $0.80 $10.80
etc.....
Please let me know how to do this with a query.
Thanks in advance
Mark
Subform . The Invoice Summary contains only Customer Number, Date,
and Invoice Number. The Quantity, Unit Price and Tax information is
stored in the Invoice Detail.
I want to write a query that will display 1 line for each Invoice
number which totals the info in the Invoice Detail records for that
invoice number.
I want the output to be something like:
Invoice Number Invoice Date Customer Number Total Qty Total Ext.
Total Tax Total Invoice
---------------------- -----------------
-------------------------- ------------ --------------
------------ -----------------
123456 06/22/2007 12345
20 $50.00 $4.00 $54.00
123457 06/23/2007 23456
10 $10.00 $0.80 $10.80
etc.....
Please let me know how to do this with a query.
Thanks in advance
Mark