Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2018
    Posts
    1

    How to summarise data on table with different columns

    I can't seems to understand how to do this, just a newbie.

    Click image for larger version. 

Name:	MS ACCESS.png 
Views:	6 
Size:	9.3 KB 
ID:	36444

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    1st, the data should not be stored this way in a table. It appears you only need 2 columns, then the sum is easy.
    so, as is, create some queries,
    Q1, to sum P1,A1
    Q2, to sum P2,A2, etc
    Q3,etc

    then make a UNION query to collect Q1 thru 3
    select * from Q1
    union
    select * from Q2
    union
    select * from Q3

    then the final query can sum items from the union.

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

Similar Threads

  1. Replies: 3
    Last Post: 07-28-2016, 10:44 AM
  2. Replies: 2
    Last Post: 10-26-2015, 06:14 AM
  3. Replies: 1
    Last Post: 08-28-2013, 07:40 AM
  4. How do I make a chart which does not summarise data
    By ProfessorBug in forum Access
    Replies: 1
    Last Post: 08-08-2013, 10:18 AM
  5. Replies: 2
    Last Post: 11-02-2011, 08:31 AM

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