Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Summing a table - by month

Status
Not open for further replies.

schase

Technical User
Sep 7, 2001
1,756
US
I have an Access2K database in it is a table (tblScores) this is populated as Moderators enter scores.

I made 2 queries in access - the first groups all the day's worth of records for the current month - by callsign, the second query takes the first query and add's every callsign's respective scores together. (not sure why, but I couldnt do it in one Query)

Then I have asp display the last query.

Is there an easier method - maybe by asp grouping by month instead of an access query. And to also show every callsign - not just those with a score? (like zero's in place of the score total).

Have fields

Callsign, No. Flights, Score, Kills, Death, Last Flown.

Would also like for someone to be able to select by a drop down box - any particular month and have it show the score sheet for that month.



Any ideas?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top