S
Sean
I have a database detailing the performance of golfers (in
their respective tournaments) over the last few years.
I have written a query to group the data of each
individual golfer ....(SELECT GolferName, Date, Position
FROM Results ORDER BY Golfername, Date)....however, this
query brings back every performance by the golfer and I
only want to see the 20 most recent performances by each
golfer.
Any ideas on how to do this ?
their respective tournaments) over the last few years.
I have written a query to group the data of each
individual golfer ....(SELECT GolferName, Date, Position
FROM Results ORDER BY Golfername, Date)....however, this
query brings back every performance by the golfer and I
only want to see the 20 most recent performances by each
golfer.
Any ideas on how to do this ?