I am trying to set the tab index values for my form controls. The
problem is that even though I enter a certain value for a particular
tab index, it is not saved. It seems to be automatically reassigned.
I have tried starting from the end and assigning a high number to
those controls so that the lower indeces are available. The tab index
values for the controls throughout the form are still being reassigned
though :(
How can I get the index values that I assign to stay?
Thanks in advance for your help.
Instead of trying to set the tab index, open VIEW > TAB ORDER and drag and
drop the items into the correct order. That should get it set right for you.

Signature
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
__________________________________
If my post was helpful to you, please rate the post.
> I am trying to set the tab index values for my form controls. The
> problem is that even though I enter a certain value for a particular
[quoted text clipped - 8 lines]
>
> Thanks in advance for your help.
vegathena@gmail.com - 17 Nov 2007 23:02 GMT
Thank you so much. That works great!