I am new to VB and have created a form for use in Word 2003. I am unable to
tab to the next textbox (not in design mode) after typing info. I would like
user when completing the form to be able to tab to the next textbox as speed
is important when filling out this form.
Thanks!
Kevin B - 20 Jan 2006 16:28 GMT
ActiveDocument.FormFields("TextBoxName").Select

Signature
Kevin Backmann
> I am new to VB and have created a form for use in Word 2003. I am unable to
> tab to the next textbox (not in design mode) after typing info. I would like
> user when completing the form to be able to tab to the next textbox as speed
> is important when filling out this form.
>
> Thanks!