I am trying to create a score sheet to display on our external monitor during our pool game. We have 2 teams of 4 players each. When a player 1, on team 1 scores points we want to enter the player score and have that score added to the team score. When player 2, on team 1 shoots their score is added to the team score. This continues under either team 1 or team 2 reaches the number of game winning points. The problem I have is when player 1 score is entered it needs to be added to the total and then not added to the total when player 2 shoots and their score is added to the total.
How can I set it up so when the next player plays and their score is entered it does not include the previous players score. I would like to erase the previous players score when the current players score is entered so only the last players score is displayed. Also a nice to have will be to be able to identify (highlight the players name) the player who is up next once the current players score is entered. Eg. Player 4 is identified that it is their turn when player 3 score is entered. and the player 1 is highlighted when player 4 score is entered.
For example
Team 1
Player Score
Player 1 X
Player 2 X
Player 3 X
Player 4 X
Team 1 score XXXX
Team 2
Player Score
Player 1 X
Player 2 X
Player 3 X
Player 4 X
Team 2 score XXXX
How can I set it up so when the next player plays and their score is entered it does not include the previous players score. I would like to erase the previous players score when the current players score is entered so only the last players score is displayed. Also a nice to have will be to be able to identify (highlight the players name) the player who is up next once the current players score is entered. Eg. Player 4 is identified that it is their turn when player 3 score is entered. and the player 1 is highlighted when player 4 score is entered.
For example
Team 1
Player Score
Player 1 X
Player 2 X
Player 3 X
Player 4 X
Team 1 score XXXX
Team 2
Player Score
Player 1 X
Player 2 X
Player 3 X
Player 4 X
Team 2 score XXXX