|
|
Query Help Request
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
|
|
0
|
|
|
|
Reply
|
jcrouse1
|
10/10/2007 12:17:25 PM |
|
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
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
<jcrouse1@hotmail.com> wrote in message
news:1192018645.011688.293210@d55g2000hsg.googlegroups.com...
> 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
>
|
|
0
|
|
|
|
Reply
|
Jeff
|
10/10/2007 12:30:20 PM
|
|
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
|
|
0
|
|
|
|
Reply
|
jcrouse1
|
10/10/2007 12:47:23 PM
|
|
|
2 Replies
109 Views
(page loaded in 0.051 seconds)
Similiar Articles: Help! Unmatched Data Query - microsoft.public.access.queries ...I have one table that users request changes to a billing code (The billing code ... Help with query for consecutive years - microsoft.public.sqlserver ... Help! sql request to return port number - microsoft.public.sqlserver ...Hello, I am looking a for request (probably ... is > 1433). > > Thanks for your help ... extracting a weeks worth of data in a query - microsoft.public ... sql request ... Enhancement Request - microsoft.public.access.queriesI would like to request a window that shows the status of an Access query in process. ... snip - Rob tries to hijack someone else's help request ... Report Sum If <= - microsoft.public.access.reportsPerhaps my request is more complicated then I orginally explained. I wanted to ... as knowlegable as I would > like to be on creating function syntax in a query. Any help ... Pick from list in query - microsoft.public.access.forms ...I am needing to select certain service requests from the query I have created from the service request ... pick list for entering query parameters- Microsoft Access Help ... Data connections in Excel 2010 and sql server 2008 - microsoft ...... this I need to change data source value in connection string and also need to change the values in sql query(i need to pass parameters). I request you to pls help ... lock request time out period exceeded, error 1222 - microsoft ...Hi All, "lock request time out period exceeded, error ... lock timeout 10000" always > > appear before the query ... Thanks for the help. I have already tried setting SET ... Create Form Dynamically in VBA - microsoft.public.access ...... Datasheet View with a recordsource is an exisiting query. ... if you described what you want to do, we can help with ... Thus my request to build a form in code if possible ... How to minimize a form - Access 2007 - microsoft.public.access ...Hello, I have a pop up request form executed from a ... up form accepts parameters which are passed to a query ... Any help as usual would be most appreciated. Abay [VB .Net 2008 Express] Linq to Dataset - microsoft.public.dotnet ...Hello, Please, I need your help to translate a SQL request into a Linq ... can't find the correct syntax for the Linq query... Thank you in advance for your help. Linq to Entities best query option help requestI need some help in figuring out how to create an efficient query given my circumstances. I am pretty new to linq to Entities. I would like to figure out ... Query Builder help | Request Tracker | UsersQuery Builder help Request Tracker Users ... Hi all, Hoping someone can help me with a search I'm trying to build with Query SQL.REQUEST - Excel - Office.com - Microsoft Corporation: Software ...Support / Excel / Excel 2003 Help and How-to / Working with Data / ... SQL.REQUEST connects with an external data source, and runs a query from a worksheet. SQL.REQUEST ... Help with Query Request Portlet | Teradata ForumsWelcome to the Teradata Forums. Read the guidelines on posting. Email notifications and RSS feeds are available, and also a chronological list of all forum ... SQL.REQUEST function - Excel - Office.comConnects with an external data source, and runs a query from a worksheet. SQL.REQUEST then returns the result as an array without the need for macro programming. 7/24/2012 4:40:16 PM
|
|
|
|
|
|
|
|
|