M
MikeB
I can't even find a suitable title for describing my problem.
I have a bunch of Players. each player plays in a number of Games. So
assuming I want a table of PlayerScores, the foreign keys of
PlayerScores needs to be the primary keys of Players and Games.
What I want now is a form (for a particular Game) that lists the names
of the Players and a blank control for entering the score of that
Player.
I can't get this form to display as I need. If I create records in the
table PlayerScores, I can display them, but I can't get it to create/
display records for a new game. Surely this must e possible? What am I
missing?
Essentially, I need to insert /create the records as I type the score
into each field.
Thanks!
I have a bunch of Players. each player plays in a number of Games. So
assuming I want a table of PlayerScores, the foreign keys of
PlayerScores needs to be the primary keys of Players and Games.
What I want now is a form (for a particular Game) that lists the names
of the Players and a blank control for entering the score of that
Player.
I can't get this form to display as I need. If I create records in the
table PlayerScores, I can display them, but I can't get it to create/
display records for a new game. Surely this must e possible? What am I
missing?
Essentially, I need to insert /create the records as I type the score
into each field.
Thanks!