W
Whodat
Hi,
With some guidance from this and other groups I have developed a working DB
to track the statistics of a mens hockey team.
My hope is to keep an ongoing track of season and career stats.
Currently the DB is layed out as follows:
Table : Team_Stats
Gameday
Opponent
Goalsfor
Goalsagainst
Win
Loss
Tie
Shutout
GameID (autonumber)
Table Players:
PlayerID (autonumber)
Playername
Jerseynumber
Table Playerstats:
StatID (autonumber)
StatPlayerID (from players)
StatGameID (from Team_stats)
StatGoals
StatAssists
StatPoints
StatPIMS
When I created this DB I failed to include a way to track games played. Does
anyone have any suggestions for a good way to work it in? Also will I be
able to query information from specific dates so that I can track totals for
a given season? Thanks for reading
Regards
Scott
With some guidance from this and other groups I have developed a working DB
to track the statistics of a mens hockey team.
My hope is to keep an ongoing track of season and career stats.
Currently the DB is layed out as follows:
Table : Team_Stats
Gameday
Opponent
Goalsfor
Goalsagainst
Win
Loss
Tie
Shutout
GameID (autonumber)
Table Players:
PlayerID (autonumber)
Playername
Jerseynumber
Table Playerstats:
StatID (autonumber)
StatPlayerID (from players)
StatGameID (from Team_stats)
StatGoals
StatAssists
StatPoints
StatPIMS
When I created this DB I failed to include a way to track games played. Does
anyone have any suggestions for a good way to work it in? Also will I be
able to query information from specific dates so that I can track totals for
a given season? Thanks for reading
Regards
Scott