July 5, 201015 yr Newbies Can you set up a field so that when you enter a set number of digits, say 1 number, it automatically tabs to the next field rather then manually having to tab?
July 5, 201015 yr You can set up an OnObjectKeystroke script trigger on the field. This would call a script where you would check the length of the data in the field and once it hits the number that you want, then it can go to the next field ( Go to Next Field )
July 7, 201015 yr Author Newbies Thank you. Basically I'm thinking about score entry into a scorecard for golf, where there would be multiple scores that I want to enter fast, rather than "3" tab, "4" tab, etc. I'm assuming that solution would work for that. I'll give it a try. Thanks again.
Create an account or sign in to comment