Hey there. First off, great posts, this site has been very helpful for me just looking through past answers.
I've been working on a fantasy football database, linking players, teams, stats, and games. The stats table is broken into individual stats, i.e.:
StatID
PlayerID
GameID
StatTypeID (from the stattype lookup table)
Units
My question is how to set up the query to display all 17 weeks of an individual player in a chart type form.
I've been working on a fantasy football database, linking players, teams, stats, and games. The stats table is broken into individual stats, i.e.:
StatID
PlayerID
GameID
StatTypeID (from the stattype lookup table)
Units
My question is how to set up the query to display all 17 weeks of an individual player in a chart type form.