P
-PJ
I'm in Access 2003 and have a table [match] where i have match_id and
player_id. I'm trying to design a query where I return the last 10 matches
for a given player.
I can return the last 10 matches using a top query:
select top 10 match_id from match order by match_id desc
but I've not been able to figure out how to get the top 10 matches for each
player_id. Please assist. Thanks.
player_id. I'm trying to design a query where I return the last 10 matches
for a given player.
I can return the last 10 matches using a top query:
select top 10 match_id from match order by match_id desc
but I've not been able to figure out how to get the top 10 matches for each
player_id. Please assist. Thanks.