Results 1 to 3 of 3
  1. #1
    neuropsychresearch is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    46

    assign a descriptor to scores from many tables

    Hello everyone.

    I have a series of table with scores in them that are from many different types of tests. The test scores are stored in many separate tables. I'd like to run a query that classifies or categorizes each score from a table that i have. The table has the lookups that apply. So, for example, some of my scores are T scores (with a mean of 50 and SD of 10), while other tables have the inputted data as a Standard Score (mean = 100, SD = 15).

    I'd like to write a query that takes each of these values and assigns a descriptor to each score (an IQ of 110 is high average, an IQ of T=40 is low average).

    The table has T scores, z scores, standard scores, and a descriptor.
    '
    Does anyone know how to write a query that could assign these various scores to the appropriate descriptor?

    thanks


    Neuropsych

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,942
    Sounds like a rather long nested IIf() or Switch() expression.

    Possibly need a conversion table.

    Provide sample data.
    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.

  3. #3
    neuropsychresearch is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    46
    [QUOTE=June7;388965]Sounds like a rather long nested IIf() or Switch() expression.

    Possibly need a conversion table.

    The table that has T scores, z scores, and percentiles etc in it also has the descriptors in it. This is the conversion table. So I have one of those. Let's call the conversion table "ScoreConversion". For example, for a T score = 40, and z of -.67, scaled score of 8, and standard score of 85, all of these would be 'low average'. tblScoreConversion has all of these values in it already. So tblScoreConversion has 5 or so columns, with one of them being the matching descriptor for each magnitude of the four types of scores (Z, T, Standard, percentile, scaled score).

    Sample data:

    Table 1: IQ standard score = 100. (should be 'average')
    Table 2: Trails test T score is 40. (should be classified as 'low average')
    Table 3: IQ standard score = 120 (should be classified as 'superior')
    Table 4: memory z score = 0. (should be classified as 'average')
    Table 5: processing speed scaled score = 11 (should be 'average')

    So, I have a complex form that enables data entry for all of these scores.

    Once data entry is complete, I would like to run a query so that I can output the raw scores (and the T score, z score, Standard scores, etc) and then, for each score, ALSO include the descriptor (low average, superior, etc)

    Make sense?

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

Similar Threads

  1. Tables for Pre/Post Test Scores
    By dmm1977 in forum Database Design
    Replies: 0
    Last Post: 03-20-2017, 02:21 PM
  2. Trying to average two test scores using query
    By Ddempsii in forum Access
    Replies: 9
    Last Post: 11-04-2015, 02:01 PM
  3. assign value to textbox from different tables
    By joe55555 in forum Access
    Replies: 1
    Last Post: 02-11-2015, 04:55 AM
  4. How to assign PK for two 2 tables in a RDBM?
    By seb in forum Database Design
    Replies: 9
    Last Post: 06-09-2014, 07:41 PM
  5. Testing Scores
    By helpaccess in forum Queries
    Replies: 4
    Last Post: 08-22-2011, 09:08 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