I have a table that lists Golf round scores like this:
Golfer Score
--------------
1 85
1 100
1 77
1 99
2 110
2 33
I need to create a query that results in the average of each golfer's lowest 3 scores. I'm at a loss with this. I was hoping someone had a simple method for accomplishing this. Any help would be greatly appreciated!
Golfer Score
--------------
1 85
1 100
1 77
1 99
2 110
2 33
I need to create a query that results in the average of each golfer's lowest 3 scores. I'm at a loss with this. I was hoping someone had a simple method for accomplishing this. Any help would be greatly appreciated!