B
Bob Quintal
@r1g2000hsg.googlegroups.com
:
date of the match, the two player ID numbers, the duration of the
match (if playing speed chess) number of moves and and a code to
indicate the winner or a draw, optionally comments?
Then use a union query to get an individual player's statistics at
report time.
:
Would it not be more efficient to have a table which contains theIs it possible to create a form in such a way that I can enter
data on the form and create two rows in the same table?
I'm creating a database for my school's chess club and I have a
table for playerResults.
I get a little slip of paper with the names of the black and white
player and the result of the game.
I would like to enter a record for both the players into the
PlayerResults table with the number of the player, the color they
were and the result.
At the moment the only way I can see to do this is to create a
different table with a single row that captures the number for
each player and their scores. Then I can do a union of the
results, first for the white and then for the black player, from
data extracted from the joint table.
Thanks for any help.
date of the match, the two player ID numbers, the duration of the
match (if playing speed chess) number of moves and and a code to
indicate the winner or a draw, optionally comments?
Then use a union query to get an individual player's statistics at
report time.