GSCaupling
Technical User
I'm trying to build an Access 2007 database to analyze Scrabble scores.
I have three tables with these fields:
Games: GmDate, GmNo, and NoPlayers
Scores: GmDate, GmNo, Player, Order, Score, HiScore
Players: Player
GmDate and GmNo would together be primary key.
I plan a form (games) and subform (scores).
Note: "GmNo" is the simply 1, 2 or 3 to represent whether it's the 1st, 2nd or 3rd game of that round. "Order" is the player's order of play, i.e., 1st, 2nd, 3rd or 4th.
I'd like to be able to analyze the data various ways: individuals against one another, whether there's an advantage in going 1st, 2nd,... 4th, change in performance from first to game to third, and of course individual stats.
Is this design on the right track? Also, is the NoPlayers field necessary?
Thanks
I have three tables with these fields:
Games: GmDate, GmNo, and NoPlayers
Scores: GmDate, GmNo, Player, Order, Score, HiScore
Players: Player
GmDate and GmNo would together be primary key.
I plan a form (games) and subform (scores).
Note: "GmNo" is the simply 1, 2 or 3 to represent whether it's the 1st, 2nd or 3rd game of that round. "Order" is the player's order of play, i.e., 1st, 2nd, 3rd or 4th.
I'd like to be able to analyze the data various ways: individuals against one another, whether there's an advantage in going 1st, 2nd,... 4th, change in performance from first to game to third, and of course individual stats.
Is this design on the right track? Also, is the NoPlayers field necessary?
Thanks