KevCarter
Board Regular
- Joined
- Dec 7, 2013
- Messages
- 165
- Office Version
- 365
- Platform
- Windows
- MacOS
Good Morning All,
I’m looking for a solution to not have to use the tab key when entering golf scores on a form. Separate field for each hole. Scores are entered like:
4 4 5 5 4 10 4 5 ...
====================
If the score entered is greater than 1 Then
Go to the next field ‘ Post the tab key or go to field
Else
If there are 2 characters entered ‘ (like 10)
‘ Or perhaps the score entered is greater than 9
Go to the next field
End If
====================
This will allow the entry of double digit scores while rapidly moving along to the next field. When the seldom event of the player making a 1 happens, the user will have to use the tab key to move to the next field.
I’m pretty sure this can’t be accomplished on the worksheet itself, so I must use a form?
Any help in pointing me in the proper direction will be greatly appreciated!
Thank You,
Kevin
I’m looking for a solution to not have to use the tab key when entering golf scores on a form. Separate field for each hole. Scores are entered like:
4 4 5 5 4 10 4 5 ...
====================
If the score entered is greater than 1 Then
Go to the next field ‘ Post the tab key or go to field
Else
If there are 2 characters entered ‘ (like 10)
‘ Or perhaps the score entered is greater than 9
Go to the next field
End If
====================
This will allow the entry of double digit scores while rapidly moving along to the next field. When the seldom event of the player making a 1 happens, the user will have to use the tab key to move to the next field.
I’m pretty sure this can’t be accomplished on the worksheet itself, so I must use a form?
Any help in pointing me in the proper direction will be greatly appreciated!
Thank You,
Kevin