Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,570
- Office Version
- 365
- 2016
- Platform
- Windows
I have a user form with 3 text boxes and two checkboxes.
I am looking to organize the flow of user entry as they tab out of each control. So, textbox1, textbox2, textbox3, checkbox1, checkbox2.
I've adjusted the TabIndex properties for each of those controls setting tabindex 1 to textbox1, 2 to textbox2, 3 to textbox3, 4 to checkbox1 and 5 to checkbox2. However, in runtime, tabbing does not follow that sequence. It's all over the place.
I also included labels and frames in the tab sequence thinking maybe it was those that was throwing things off, but it still didn't provide the desired flow.
Am I missing something?
I am looking to organize the flow of user entry as they tab out of each control. So, textbox1, textbox2, textbox3, checkbox1, checkbox2.
I've adjusted the TabIndex properties for each of those controls setting tabindex 1 to textbox1, 2 to textbox2, 3 to textbox3, 4 to checkbox1 and 5 to checkbox2. However, in runtime, tabbing does not follow that sequence. It's all over the place.
I also included labels and frames in the tab sequence thinking maybe it was those that was throwing things off, but it still didn't provide the desired flow.
Am I missing something?