Problem:
When I create a new control, or change the location of an existing one, the tab order index is changed for almost all the controls across the form.
Description:
I have many controls in this form. The controls are a combination of textfields and comboboxes. I have carefully selected the tab index for each control manually, and the user can now tabulate through the fields in the correct order. If I later change the position of just one control, or add a new one, all the manually set tab indexes for the controls automatically change so the order is horizontal across the form.
Solution:
How do I stop the automatic change of tab order index? It is frustrating to manually set this for all fields, when just a small change is needed.