I have a Word template form where users tab through and enter text into specific fields. The form is locked and the tab sequence is setup for easy entry into the form.
Now, what I would like to do is have a default word or line of text on one of the fields and have the default text delete as soon as the user tabs to the field.
Entering the default text is easy (double-click on the form field and enter default text). But how would I delete the text when the user tabs to that specific field?
Is there a way to add VB code to an OnSelect event or soemthing like that? I've written VB code in Excel and Access, but Word seems to be a bit different or at least I'm not having an easy time recording macros and trying to formulate some code.
Thanks!
Now, what I would like to do is have a default word or line of text on one of the fields and have the default text delete as soon as the user tabs to the field.
Entering the default text is easy (double-click on the form field and enter default text). But how would I delete the text when the user tabs to that specific field?
Is there a way to add VB code to an OnSelect event or soemthing like that? I've written VB code in Excel and Access, but Word seems to be a bit different or at least I'm not having an easy time recording macros and trying to formulate some code.
Thanks!