Results 1 to 2 of 2
  1. #1
    dmon2010 is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Sep 2013
    Posts
    39

    Grand total on grouped report?

    Hello,

    I have a report that has 2 groups, a "Z" group and a group without lettering.

    The last field in each group is "Price". Below each group I have the following:

    Total Price (which sums all the prices in each group) =Sum([price])
    Total after discounts (which is the "Total Price" * .90, or a 10% discount) =[TotalPrice]*0.9
    Tax (which is a .07 % tax of the "total after discounts") =[PriceAfterDiscount]*0.07
    Total Due (which addss the "Total after discounts" to "tax") =[PriceAfterDiscount]*1.07

    What I'd like to do is be able to sum the "Total due" for both groups and come up with a "Grand Total".

    Is there some way to do this?

    Any help is appreciated.

    Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Aggregate calcs must reference fields, not textboxes. So do record level calcs in report RecordSource as much as possible.

    What is PriceAfterDiscount - a textbox or a field?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 06-07-2014, 01:54 PM
  2. How to Calculate this Grand Total
    By TWD in forum Reports
    Replies: 2
    Last Post: 01-13-2012, 11:36 AM
  3. Grand Total Field ???
    By damo1995 in forum Forms
    Replies: 6
    Last Post: 02-10-2011, 02:43 PM
  4. Grand total of field on a subreport
    By degras in forum Reports
    Replies: 9
    Last Post: 02-03-2011, 12:09 PM
  5. :?: newbie...grand total?
    By PnerraD in forum Access
    Replies: 1
    Last Post: 08-24-2006, 06:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums