Hi all
I'm new here and have been searching for my problem on this forum without any luck. Hopefully there's someone who can help out
Anyway. I have a table called "Race"
I'm running this Select query:
Code:
Cal = "SELECT LapTime, MFName, MLName, Team, SUM(LapTime) AS LSUM FROM Race GROUP BY ManagerID ORDER BY LSUM"
I loop through the recordset.
It works just fine but I would like to get the Last LapTime added by every Manager. As it is now it shows the first post that each manager have set.
I've tried many diffrent things and read the manuals for a solution but with no luck.
The result should be something like this:
Name | Team | Last LapTime | Total Time
1
2
3
4
Thanks for now
ps. hope you understood my Swenglish
