T
Tickkid
I have what looks like it is a many-to-many relationship that I need help with.
I have a main table that has a team name, wins (#) and losses (#). I have a
second table that will have the team name, and every team on their schedule
w/ wins and losses. I'd like to avoid having to type in every teams win and
losses on the second table, since they are all listed in the first table. So
for a visual reference here
Table One:
Team Win Losses
Dragons 3 3
Knights 2 1
Monkeys 1 6
Table Two:
Team Game 1 G1:Wins G1:Losses
Dragons Knights 2 1
Monkeys Monkeys 1 6
Now, the reason why I need this data twice, is that the teams will be
playing 8-10 games, and I need some calculations done based on the schedule
of the teams that they are playing. It would save me a huge amount of time
for where it says Game 1 in Table two, to be able to pull down a teams name,
and have their wins and losses automatically placed in the next two fields
based on the information in the first table.
I hope that this has enough information, thanks for the help
I have a main table that has a team name, wins (#) and losses (#). I have a
second table that will have the team name, and every team on their schedule
w/ wins and losses. I'd like to avoid having to type in every teams win and
losses on the second table, since they are all listed in the first table. So
for a visual reference here
Table One:
Team Win Losses
Dragons 3 3
Knights 2 1
Monkeys 1 6
Table Two:
Team Game 1 G1:Wins G1:Losses
Dragons Knights 2 1
Monkeys Monkeys 1 6
Now, the reason why I need this data twice, is that the teams will be
playing 8-10 games, and I need some calculations done based on the schedule
of the teams that they are playing. It would save me a huge amount of time
for where it says Game 1 in Table two, to be able to pull down a teams name,
and have their wins and losses automatically placed in the next two fields
based on the information in the first table.
I hope that this has enough information, thanks for the help