J
Juan
Hi everyone.
I'm very new to these of Access World. I'm planning to make a database
to keep track of the historic results os my home soccer team, just
storing info about games played, players, seasons schedule,
trainers...
By now, I'm just trying to make simple games tracking as the first
goal of the project. To these, I've made 2 tables: tblGames and
tblPlayers. In the first one I plan to store any info of a particular
game:
- Date
- Competition
- Home Team
- Away Team
- Home Team score
- Away team score
- Local Lineup (11 starters + 3 reserves)
- Away Lineup (11 starters + 3 reserves)
- Goal (this is for any of the 28 players)
- Yellow card (this is for any of the 28 players)
- Red card (this is for any of the 28 players)
- Minutes played (this is for any of the 28 players)
As the result, this is a 148 field table. I also want to store the
info in the players table, I guess that should be made with direct
relation between tblGames and tblPlayers by IdPlayers. Also, I do want
that Local lineup and away lineup is in a droplist taking values from
the tblPlayers.
And at least, I do want to store these info trough a form.
Any suggestion would be highly appreciated.
I'm very new to these of Access World. I'm planning to make a database
to keep track of the historic results os my home soccer team, just
storing info about games played, players, seasons schedule,
trainers...
By now, I'm just trying to make simple games tracking as the first
goal of the project. To these, I've made 2 tables: tblGames and
tblPlayers. In the first one I plan to store any info of a particular
game:
- Date
- Competition
- Home Team
- Away Team
- Home Team score
- Away team score
- Local Lineup (11 starters + 3 reserves)
- Away Lineup (11 starters + 3 reserves)
- Goal (this is for any of the 28 players)
- Yellow card (this is for any of the 28 players)
- Red card (this is for any of the 28 players)
- Minutes played (this is for any of the 28 players)
As the result, this is a 148 field table. I also want to store the
info in the players table, I guess that should be made with direct
relation between tblGames and tblPlayers by IdPlayers. Also, I do want
that Local lineup and away lineup is in a droplist taking values from
the tblPlayers.
And at least, I do want to store these info trough a form.
Any suggestion would be highly appreciated.