I am creating a golf database. We play match-play, which means that instead of looking at the final score, each hole results in a win tie or loss and winning the game is based on how many holes were won. So the hole-by-hole scores must be entered into the database. The approach that I’m taking is to have a table with Name, Opponent, Date, Hole 1, Hole 2, …… Hole 18, win/tie/loss.
The ideal way (for the user) is to have a form where both players are entered (names and hole-by-hole scores) and then an enter key is clicked and the database enters the two records (one for each player) into the table and figures the win/tie/loss column.
Is there a way to have 2 records on the same form?
Is there a better way to do this?
The ideal way (for the user) is to have a form where both players are entered (names and hole-by-hole scores) and then an enter key is clicked and the database enters the two records (one for each player) into the table and figures the win/tie/loss column.
Is there a way to have 2 records on the same form?
Is there a better way to do this?