Results 1 to 3 of 3
  1. #1
    thexxvi is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    63

    Treating Query like Pivot Table

    Good Morning,

    I have data that keeps a record of each scored call that they make. Here's an example of what it looks like:


    Name // Score 1 // Score 2 // Score 3 // Overall Score (Calculated Field that adds their 3 scores, divides them by 3 and gives a percentage)

    Bob // 10 // 10 // 9 // 96.6 (1st call)
    Kelly // 8 // 8 // 8 // 80.0 (1st call)
    Carl // 9 // 8 // 10 // 90.0 (1st call)
    Bob // 7 // 9 // 10 // 86.6 (2nd call)
    Carl // 10 // 10 // 10 // 100.0 (2nd call)
    Kelly // 6 // 10 // 10 // 86.6 (2nd call)

    My question is that I want to run a query that scores everyone as a whole for all of their calls together. How would I do that? Ideally it would look like this:

    Name // Overall Score (Calculated field for all of their scored calls)

    Bob // 91.6
    Kelly // 83.3


    Carl // 95.0


    Thank you,

    Cory

  2. #2
    lfpm062010 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Location
    US
    Posts
    415
    You can use "GROUP BY" and sum all their 3 scores and do the calculation on that.

  3. #3
    thexxvi is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    63
    Duh - That worked. Thank you!

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

Similar Threads

  1. Replies: 0
    Last Post: 09-22-2014, 07:07 AM
  2. Replies: 8
    Last Post: 05-23-2014, 02:19 PM
  3. Creating a pivot table like query
    By razkowski in forum Queries
    Replies: 2
    Last Post: 07-03-2012, 09:45 AM
  4. Problem with Query and pivot table
    By winterh in forum Access
    Replies: 1
    Last Post: 04-18-2012, 10:03 AM
  5. Pivot Table from Query to Form
    By polpolpol in forum Forms
    Replies: 0
    Last Post: 03-20-2012, 12:11 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