evanscamman
Registered User.
- Local time
- Today, 13:59
- Joined
- Feb 25, 2007
- Messages
- 274
I am trying to assign .tabindex to controls in my form.
Immediately after I assign a control a number, it will randomly assign itself a different number.
I also tried setting the order backwards, with the same result.
For example:
Control14.tabindex = 13
Control13.tabindex = 12
Control12.tabindex = 11
debug.print control14.tabindex
7
debug.print control13.tabindex
11
debug.print control12.tabindex
12
Is the tabindex property just unreliable?
I have messed with this for 4 hours, and can't get it to work!!!
Please help,
Evan
Immediately after I assign a control a number, it will randomly assign itself a different number.
I also tried setting the order backwards, with the same result.
For example:
Control14.tabindex = 13
Control13.tabindex = 12
Control12.tabindex = 11
debug.print control14.tabindex
7
debug.print control13.tabindex
11
debug.print control12.tabindex
12
Is the tabindex property just unreliable?
I have messed with this for 4 hours, and can't get it to work!!!
Please help,
Evan
Last edited: