I have a table which contains the following fields:
Match, Team, Player, Game, Score
Because in every match a player will play up to five different games, I need
my form to be in the following format:
Match, Team, Player, Score, Score, Score, Score, Score
The "Game" fields fill in automatically with a macro and are not visible on
the form.
My problem is creating a query that will allow me to use this format,
without having to use 4 different subforms, because there are up to 10
different players per match and that would exceed the number of subforms
which should be used in Access.
The problem is that each "score" must be its own record because of some of
the calculations that are used later.
I have tried making a query that has Match, Team, Player, Score and added
the score field 4 more times, but this time of query is "Not Updateable".
ANY ideas are invited. Please help.
Match, Team, Player, Game, Score
Because in every match a player will play up to five different games, I need
my form to be in the following format:
Match, Team, Player, Score, Score, Score, Score, Score
The "Game" fields fill in automatically with a macro and are not visible on
the form.
My problem is creating a query that will allow me to use this format,
without having to use 4 different subforms, because there are up to 10
different players per match and that would exceed the number of subforms
which should be used in Access.
The problem is that each "score" must be its own record because of some of
the calculations that are used later.
I have tried making a query that has Match, Team, Player, Score and added
the score field 4 more times, but this time of query is "Not Updateable".
ANY ideas are invited. Please help.