S
S
I created a union query. lets call it "query 1"
It displays my data as below.
Student # Total
1 90
1 85
1 87
1 91
1 90
2 85
2 85
2 86
2 90
2 90
3 81
3 82
3 81
I need to create a query that gives me the top 3 scores for each student #.
I can only use 3 scores. If there are ties, I still can only have 3 scores.
Then i will create one more query that will add those 3 scores together.
Any help would be greatly appreciated.
It displays my data as below.
Student # Total
1 90
1 85
1 87
1 91
1 90
2 85
2 85
2 86
2 90
2 90
3 81
3 82
3 81
I need to create a query that gives me the top 3 scores for each student #.
I can only use 3 scores. If there are ties, I still can only have 3 scores.
Then i will create one more query that will add those 3 scores together.
Any help would be greatly appreciated.