Remove or exclude object from tab order
In one portion of a form I'm designing, the user is supposed to enter several numbers in a table, and at the bottom two numbers are automatically calculated for them.
I explain in the instructions for the form that some fields are automatically calculated, but I actually do not have room in the actual form to add a note next to every calculated field reminding people of that. I've added code so that if a user tries to click on the automatically calculated field, a messagebox comes up explaining that the field is automatically calculated. However, I do not want such a box to come up if someone is just tabbing through the objects on that page. That would be annoying.
What I want is to be able to exclude those two numeric entry fields from the tab order alltogether. Adobe should just skip those fields when a user tabs through. I can't figure out how to do that though. Is there a way? Other suggestions?
Thanks