Hi,
I'm pretty good with setting up a very simple database such as inventory, profiles, etc.. However I'm creating a database to keep track of a football(soccer) team's players and match statistics.
What I have so far
sample attached)
Tables:
* Players - PlayerID, Fname, Lname, position, goals, assists, etc (all details regarding a player)
* Position - Positons (Table containing positions eg: defender. Data is selected in player's form as a combo-box)
* Competition - Competition types (Cup, League, Friendly. Data is selected in Match's form as a combo-box
* Venue - similar to Competition table
* Opponent - Similar to above two tables
* Match - MatchID, Competition, Venue, etc (form corresponding to table attached)
Forms:
* Player form
* Match form
Now as shown in the sample, I choose players using the combo-box. Then whatever stats they had during the match are entered on the fields provided.
I have no idea how to link the player (selected using combo box) to the stat fields (goals, assist, YC, etc).
Can someone please tell me if its possible to do so in access and if so then I would really like to know how. If there is a sample access database with a stats tracking layout as mine that would also be great.
These stats will later be sorted by how many goals a player scored in a competition or year and so on..
If I'm too confusing or left out certain details, please feel free to ask me.
I'm pretty good with setting up a very simple database such as inventory, profiles, etc.. However I'm creating a database to keep track of a football(soccer) team's players and match statistics.
What I have so far
Tables:
* Players - PlayerID, Fname, Lname, position, goals, assists, etc (all details regarding a player)
* Position - Positons (Table containing positions eg: defender. Data is selected in player's form as a combo-box)
* Competition - Competition types (Cup, League, Friendly. Data is selected in Match's form as a combo-box
* Venue - similar to Competition table
* Opponent - Similar to above two tables
* Match - MatchID, Competition, Venue, etc (form corresponding to table attached)
Forms:
* Player form
* Match form
Now as shown in the sample, I choose players using the combo-box. Then whatever stats they had during the match are entered on the fields provided.
I have no idea how to link the player (selected using combo box) to the stat fields (goals, assist, YC, etc).
Can someone please tell me if its possible to do so in access and if so then I would really like to know how. If there is a sample access database with a stats tracking layout as mine that would also be great.
These stats will later be sorted by how many goals a player scored in a competition or year and so on..
If I'm too confusing or left out certain details, please feel free to ask me.