Hello. I have a form with around 50 textboxes.
Firstly, is there a quick way to set the tab order so that it is automatically in sequence, rather than having to go through each one manually?
Secondly, is there a quick way to validate all 50 in one go? I want to ensure that only numbers 0-9 are entered in each textbox. Previously, I've used a validation script on a single textbox using KeyPress & Ascii codes 48-57, but I don't know if this can be adapted for multiple textboxes.
Thanks in anticipation.
Stephen