M
MikeB
I may have to keep an attendance register for the kids attending my
chess club.
I was thinking that since I have a record of whether they played a
game on a particular day, that serves as a record of attendance.
Alternatively I can create a joined table of MeetingDate and PlayerID
to represent that a player was present.
What I'm having difficulty with is to print the report in a way that
the names are in a column on the left and then there is a column for
each club date with a "P" or an "A" to indicate that they were
present.
I can't figure this out. I'm not even sure I'm explaining it well. As
I'm typing, I'm thinking that this might be a crosstab-type of
application? Am I thinking along the right lines?
chess club.
I was thinking that since I have a record of whether they played a
game on a particular day, that serves as a record of attendance.
Alternatively I can create a joined table of MeetingDate and PlayerID
to represent that a player was present.
What I'm having difficulty with is to print the report in a way that
the names are in a column on the left and then there is a column for
each club date with a "P" or an "A" to indicate that they were
present.
I can't figure this out. I'm not even sure I'm explaining it well. As
I'm typing, I'm thinking that this might be a crosstab-type of
application? Am I thinking along the right lines?