KashLeeC
07-22-2011, 11:49 PM
Hi there again!
I have a table called Single Score. It has five fields:
School, Classification, Full Name, Score, Event
School = name of school
Classification = Size of school
Full Name = Contestants name
Score = Score on test
Event = event the test was taken in
Here is my conundrum. I need a query that treats each school like a team, taking the top three individual scores from each and adding them together.
It should pull into the query with these four fields:
School, Classification, Score, Event
Any suggestions?
Thanks in advance!
I have a table called Single Score. It has five fields:
School, Classification, Full Name, Score, Event
School = name of school
Classification = Size of school
Full Name = Contestants name
Score = Score on test
Event = event the test was taken in
Here is my conundrum. I need a query that treats each school like a team, taking the top three individual scores from each and adding them together.
It should pull into the query with these four fields:
School, Classification, Score, Event
Any suggestions?
Thanks in advance!