L
Laura
I want to pull out customer name & addresses based on purchase amounts for
over a certain amount (say $1000) over a certain time period. My fields are
all available in one table, but I also have many of the fields in other
tables as well. Fields include customer no, name, address (blah,blah)
invoice#, date and paid (total for a specific invoice). I can calculate the
time period with criteria either in the invoice number or date fields.
I'm able to get the totals (using the sum function) by customer number when
I use just those two fields, but when I add additional fields to the query
(like date or invoice) it separates them out again and I end up with multiple
lines per customer. How can I generate something that filters by date and
total purchases by customer and still gives me only one line per customer?
Thanks!!
over a certain amount (say $1000) over a certain time period. My fields are
all available in one table, but I also have many of the fields in other
tables as well. Fields include customer no, name, address (blah,blah)
invoice#, date and paid (total for a specific invoice). I can calculate the
time period with criteria either in the invoice number or date fields.
I'm able to get the totals (using the sum function) by customer number when
I use just those two fields, but when I add additional fields to the query
(like date or invoice) it separates them out again and I end up with multiple
lines per customer. How can I generate something that filters by date and
total purchases by customer and still gives me only one line per customer?
Thanks!!