I have a table with teamname, fastesttime and date in, what I need to do is write a query which returns the most recent 5 times for each teamname.
What I then need to do is filter out any of those fastesttimes that were recorded/acheived over 3 months ago.
The later part isn't a problem as I have managed to do that, and when I did this with access I used the Dcount facility to number the entries for each team in date order, then filtered out any greater than 5, then filtered out any over 3 months.
Any ideas? I realise I may have to create a nother table with the first filtered results first.
Regards
Nige.
What I then need to do is filter out any of those fastesttimes that were recorded/acheived over 3 months ago.
The later part isn't a problem as I have managed to do that, and when I did this with access I used the Dcount facility to number the entries for each team in date order, then filtered out any greater than 5, then filtered out any over 3 months.
Any ideas? I realise I may have to create a nother table with the first filtered results first.
Regards
Nige.