J
jlwood44
I am trying to enter results from a chess match. I am trying to enter a team
ID and
then use that from a table to select the correct individual. How should
this be accomplished?
I am guessing that I want a single table for the players from all the teams.
I am looking at this idea:
Match Date Home team Visiting team
1 28 Oct 05 Snider Wayne
Team1 Pl# Player1 PlayPos Team2 Pl# Plr2 Last
First PlayPos
W 17 Douglas, Bryce 2 Sn 43 Smith
Joe 2
Match/Exhib Pl1 Win Pl1 Loss Stalemate Winning team
M 2 1 0
W
I also plan to have a table of matches. How do I set it up so that if I
select Match 1, it automatically shows the other info?
I'm anticipating that my 3rd table would include:
Match #
Player1 #
Player1 Pos
Player2 #
Player2 Pos
Match/Exhib?
Play1 Wins
Play1 Losses
Stalemates
Match winner
Thank you for the help
ID and
then use that from a table to select the correct individual. How should
this be accomplished?
I am guessing that I want a single table for the players from all the teams.
I am looking at this idea:
Match Date Home team Visiting team
1 28 Oct 05 Snider Wayne
Team1 Pl# Player1 PlayPos Team2 Pl# Plr2 Last
First PlayPos
W 17 Douglas, Bryce 2 Sn 43 Smith
Joe 2
Match/Exhib Pl1 Win Pl1 Loss Stalemate Winning team
M 2 1 0
W
I also plan to have a table of matches. How do I set it up so that if I
select Match 1, it automatically shows the other info?
I'm anticipating that my 3rd table would include:
Match #
Player1 #
Player1 Pos
Player2 #
Player2 Pos
Match/Exhib?
Play1 Wins
Play1 Losses
Stalemates
Match winner
Thank you for the help