Re: How do I find the sum of all orders per customer ID in form?
From: Rob Oldfield (blah_at_blah.com)
Date: 02/15/05
- Next message: Rob Oldfield: "Re: How do I find the sum of all orders per customer ID in form?"
- Previous message: Baby Face Lee: "Re: Declaring a public variable"
- In reply to: melissazumsteg: "How do I find the sum of all orders per customer ID in form?"
- Next in thread: Rob Oldfield: "Re: How do I find the sum of all orders per customer ID in form?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 21:46:29 -0000
You can get the total amount by just using a group query... group by the pk
of the customer and count (or sum) field(s) from the orders table.
"melissazumsteg" <melissazumsteg@discussions.microsoft.com> wrote in message
news:882C8ED0-0C53-42A0-A67E-F51AE1FE71B7@microsoft.com...
> I want to find the total amount of items purchased by each customer in an
> order form including the order being entered.
- Next message: Rob Oldfield: "Re: How do I find the sum of all orders per customer ID in form?"
- Previous message: Baby Face Lee: "Re: Declaring a public variable"
- In reply to: melissazumsteg: "How do I find the sum of all orders per customer ID in form?"
- Next in thread: Rob Oldfield: "Re: How do I find the sum of all orders per customer ID in form?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|