Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Subtotals

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PA - 26 Jul 2006 13:32 GMT
I have a DB where I enter orders, OrdNumber, CustNumber, InvoiceAmt, and
various other fields.
To simplify my question,
If I have three customers:  A, B, and C and have several orders for each in
varying amounts, I need to add the order amounts (InvoiceAmt) for each of the
three customers, in much the same manner that the Subtotal feature in Excel
would accomplish for me, and put them into a report.  I then would need a
grand total.
Can anyone give me some guidance on how to get started.
Thanks for any assistance.
Paul
Al Camp - 26 Jul 2006 13:46 GMT
PA,
  You'll need to add a Grouping to your report based on Customer (ex. CustID).
(use the report Sorting and Grouping dialog box)
  In that Sorting and Grouping dialog, create a Customer Header and Footer, and
place the CustID and the CustName field in that Header.
  In the Detail section of the report place all your Invoice data. (ex. InvNo and InvAmt)
  In the CUSTOMER footer, an unbound text control with = Sum(InvAmt) would yield the
totals for each customer.
  In the REPORT footer = Sum(InvAmt) would yield the totals for ALL customers.

Signature

hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
There are 10 types of people in the world.
Those who understand binary, and those who don't.

>I have a DB where I enter orders, OrdNumber, CustNumber, InvoiceAmt, and
> various other fields.
[quoted text clipped - 7 lines]
> Thanks for any assistance.
> Paul
PA - 29 Jul 2006 18:03 GMT
Thank you for the help.  Worked very well, and given that as a starting
point, was able to go much further.

> PA,
>    You'll need to add a Grouping to your report based on Customer (ex. CustID).
[quoted text clipped - 17 lines]
> > Thanks for any assistance.
> > Paul
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.