Hi Link,
Thank you for your response.
I have a scores table that have the columns of
Callsign | No. Flights | Scores | Kills | Death | Last Flown
the table is populated whenever a game flight ends. So there are individual records for each callsign.
The report would add together all of the items for a particuliar callsign.
The default page shown when someone clicks scoresheet would be for the current month. I would also like to have links below where they could click say January 2002 and it will display January's. The date field is short date i.e. 01/02/2002.
I was able to accomplish it with 2 queries in access, the first summed the records by the day and the second added the day's together - not sure why the first wouldnt.
And it only shows those with a score > 0 instead of showing those without a score - having a score of zero.
Not sure if it is better accomplished within Access or through ASP.
Thank you in advance.
Stuart