The initial tab order follows the order in which each control was added to
the form. There are a couple of ways to modify the tab order:
1. In the form's design view, right click in the upper left corner of the
form, just below the caption of the design view window. From the popup
menu, select Tab Order. You will be able to highlight controls and drag
them up or down in the order.
2. Look at the layout of your form and right-click on the control which you
want to be last in the tab order. Right click on it and select Properties
from the popup window. Click the 'Other' tab and locate the property named
'Tab Index'. Set it to 0. Leaving the properties window open, click on
the control which should be next-to-last in your desired order. Set it to
0. Repeat for each remaining control. Each successive assignment of a
control's tab index to 0 moves that control to the top of the order
On the 'Other' tab of the Properties sheet, you can also set the Enter Key
Behavior for each of your text box controls.
hth,