Results 1 to 3 of 3
  1. #1
    NAP50 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2015
    Posts
    9

    Calculating % based on information in rows

    I have a table which contains a list of closed cases along with column called closure code. For example closure code "34" might mean a case was closed because the client was no longer interested in buying a product.



    I would like to somehow create a report that details the % of cases that were closed with a closure code of "34".

    Please could someone advise the best way of doing so?
    Last edited by NAP50; 12-10-2015 at 07:26 AM. Reason: Typo!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    Make a query Q1 that sums all cases.
    and Q2 that sums cases with only 34.
    then a query Q3 that calcs the pct, Q2.Sum34 / Q1.TotalAll

  3. #3
    NAP50 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2015
    Posts
    9
    Thanks Ranman!

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

Similar Threads

  1. Calculating Grades based on query results
    By dublindan in forum Queries
    Replies: 2
    Last Post: 08-18-2015, 07:23 AM
  2. Calculating from a query based subform
    By keiath in forum Forms
    Replies: 1
    Last Post: 10-09-2013, 02:59 AM
  3. Replies: 10
    Last Post: 12-27-2011, 01:20 PM
  4. Replies: 2
    Last Post: 08-28-2011, 06:06 AM
  5. Calculating values based on Combobox value
    By BrianFawcett in forum Programming
    Replies: 1
    Last Post: 05-06-2010, 01:26 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