M
manumit0
Background:
I have a table Winners [WinnerID, PlayerID, AwardID] that store the award
winners from the Players table and the Awards table. I use autonumbers in
Awards and Players as the primary key and not the name of the player or the
name of the award. So, my Winners table has records of [1, 5] which means
player 1 earned award 5.
Question:
How do I set up a form to add/delete records to the Winners database so that
the user *sees* the player name and award name(not the PlayerID and AwardID),
yet the database adds/deletes the PlayerID and the AwardID? Is there a flaw
in the design?
Thanks.
I have a table Winners [WinnerID, PlayerID, AwardID] that store the award
winners from the Players table and the Awards table. I use autonumbers in
Awards and Players as the primary key and not the name of the player or the
name of the award. So, my Winners table has records of [1, 5] which means
player 1 earned award 5.
Question:
How do I set up a form to add/delete records to the Winners database so that
the user *sees* the player name and award name(not the PlayerID and AwardID),
yet the database adds/deletes the PlayerID and the AwardID? Is there a flaw
in the design?
Thanks.