ANSWER:
B: First of all, the TabStop property must be set to True. This determines whether the object can obtain focus when the user is tabbing through the form. Setting the TabIndex property of an object on a form to zero (0) will force the focus to be placed on that object when the form is loaded. The TabIndex for the other objects on the form will be automatically renumbered, and the tabbing order will be determined by these new TabIndex property values.
Answers in Depth...