Hi I have taken upon myself to log all statistics for my local hockeyteam, from the beginning of dates and to the present.
I got a functioning access-sheet from a "collegue" from another team, which has a form and a couple of sub-forms where i fill in data from the match-protocol.
But as I startet I found that I would like to record information about penalties in addition to the other information i put in.
I made a new table I called PenaltiesMatch, which I then put in as a sub-form with the others.
There I put in the time of the penalty, the player who got penalized, the reason of the penalty, and the length of the penalty.
This is how my sub-form looks like:
The titles is in Norwegian, and translated its like this:
PenaltyID - MatchID - PenaltyNmbr - TimeOfPenalty - PenalizedPlayer - ReasonOfPenalty - Punishment
So here is my question:
I would like to pull out the following information both for the team and for the individual player. What kind of penalties is the most common, and how may of each type penalties is recorded.
In addition (if possible) I would like to get information of how many penalties in the first period, second and third. (each period is 20 mins)
I have tried the wizard, but no luck.
I have also tried to copy some other queries that pulls out similar information from the other sub-forms, and change what i think need to be changed, but it doesnt work.
It probably shows from my question, but I have only used Access for a couple of weeks, so if you have answers please try to explain in detail,![]()