A
Annette
I have a database that keeps track of a participants wins and losses
in regards to wrestling. I would like to have a query that lists the
participants, the tournament they wrestled in and their record (win/
total matches). This is quite straight forward, but I would also like
to have a row total for their overall win/total matches and a column
total for the teams overall win/total matches for a meet.
So it would look like this:
Participant SanFran Dallas
Detroit Overall
Jones, A 2/5 3/3
2/2 7/10
Miller, B 5/5 3/3
2/2 10/10
Paulson, S 0/5 0/3
0/2 0/10
Summary 7/15 6/9
4/6 17/30
I currently have a crosstab query that can give me the participants
and the records for each city, but not overall.
Plus I don't know how to get the summary total by column.
Thanks for helping!!!
in regards to wrestling. I would like to have a query that lists the
participants, the tournament they wrestled in and their record (win/
total matches). This is quite straight forward, but I would also like
to have a row total for their overall win/total matches and a column
total for the teams overall win/total matches for a meet.
So it would look like this:
Participant SanFran Dallas
Detroit Overall
Jones, A 2/5 3/3
2/2 7/10
Miller, B 5/5 3/3
2/2 10/10
Paulson, S 0/5 0/3
0/2 0/10
Summary 7/15 6/9
4/6 17/30
I currently have a crosstab query that can give me the participants
and the records for each city, but not overall.
Plus I don't know how to get the summary total by column.
Thanks for helping!!!