Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9131359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:07:42+00:00 2026-06-17T08:07:42+00:00

I always seem to get the confusing things so bear with me. I am

  • 0

I always seem to get the confusing things so bear with me. I am currently dealing with standardized test scores. What I am doing is in Access, I am matching the score the student received with the percentage since percentage is what our school system uses to judge if certain students are eligible for certain services. My problem comes when a score of 39 can be 8 percent… and 7 percent.. I don’t quite understand the logic in doing this, but I don’t make standardized tests nor do I score them. Basically, I have two tables, one which contains the student’s number and their score, and then another table that contains what score equals what percentage.

Score

Local_ID    Fall_Score
12121         39


Percentage

Fall_Score   Percentages
39                8
39                7

I have a query that combines these two, but the problem is, it makes two records. Is there a way that I can make Access chose just one of the records since I don’t need two records in the output?

For instance, the output looks like

Combine

Local_ID   Fall_Score   Percentages
12121         39            8
12121         39            7

The Query looks something like this,

SELECT Local_ID, Fall_Score, Percentages
FROM Score LEFT JOIN Percentage ON Score.Fall_Score = Percentage.Fall_Score;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:07:43+00:00Added an answer on June 17, 2026 at 8:07 am

    An average might be a good idea:

    SELECT tr.Local_ID, tr.Fall_Score, Avg(tr.Percentages) AS AvgOfPercentages
    FROM TableName As tr
    GROUP BY tr.Local_ID, tr.Fall_Score;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using the .toImage() method in KineticJS, I always seem to get a much
I always seem to run into trouble with NSDecimalNumber! Today, I get this error:
Here is some sample code...I always seem to get a ClassCastException...anybody point out what
Hi I always seem to get exception when I use objectAtInded method to retrieve
I always seem to get caught up in multiple joins. I have these tables
I always seem to use Get when working with data (strongly typed or otherwise)
I always seem to be having fun working with the Ax 2009 product until
JBoss JSF page cache doesn't always seem to be updated when I change my
I'm trying to pass a string to chdir(). But I always seem to have
I've seen examples for load() and ready() , but they always seem to apply

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.