Query Help Request

  • Thread starter Thread starter jcrouse1
  • Start date Start date
J

jcrouse1

I have an Access 2003 DB. It keeps track of product orders. I am
attempting to sum the order total for EACH customer. I can get it to
sum the order and add shipping but it lists each order number and then
the total. The problem is that customers show up multiple times if
they have more than one order. I want to have one GRAND TOTAL of all
orders for each customer.

Any ideas,
John
 
John

To use ... how? If you want to create a printed report, use your query to
feed a report and use the "Hide duplicates" property to hide the multiple
Customer value.

If you want a query to return total by Customer, use a Totals query, GroupBy
Customer, and Sum the Amount.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
No reporting is required. I just need the query for now. It's for a
school project. I will look at the Totals query, per customer, and try
to figure out how to use totals from multiple orders.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

MS ACCESS INVENTORY CALCULATION 0
SUM in a UNION query 2
Crosstab query help please 1
QUERY DESIGN PROBLEM 1
I need 3 sql help 2
Query Help 5
Invalid use of null in query expression 3
Combine Duplicates in Query 0

Back
Top