Results 1 to 4 of 4
  1. #1
    Frankf is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2016
    Posts
    2

    Totalling question

    Click image for larger version. 

Name:	Screenshot (1).png 
Views:	11 
Size:	127.2 KB 
ID:	26763



    How do I total the amount of the branches so Dundee is totalled into one and so is Edinburgh and Glasgow? *edit* total of Edinburgh as one

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    sounds like your query is grouping by more than just the branch field

  3. #3
    Frankf is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2016
    Posts
    2
    oh okay then so how do i total the edinburgh purchase prices? sorry new to this

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    Without a clue as to your field names, types, which tables they are in the best I can suggest is your query should look something like

    SELECT Branch, Sum(Purchases) As SumofPurchases
    FROM Sales
    GROUP BY Branch

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

Similar Threads

  1. Query isn't totalling correctly
    By snowygirl1 in forum Queries
    Replies: 5
    Last Post: 11-17-2016, 06:45 AM
  2. Totalling in main form
    By edwardcga in forum Forms
    Replies: 2
    Last Post: 10-26-2013, 09:24 PM
  3. Need help with totalling a field in Subform
    By Astron2012 in forum Forms
    Replies: 1
    Last Post: 05-18-2012, 04:49 AM
  4. Totalling
    By cbrsix in forum Reports
    Replies: 17
    Last Post: 11-17-2011, 02:54 PM
  5. Totalling Time Values
    By l3111 in forum Access
    Replies: 2
    Last Post: 07-16-2011, 08:05 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