I printed this article, found it helpful. However, am I barking up the wrong
tree by attempting this type of document.
I want the check boxes...but I also want the user to be able to add
additional text. If I protect the document, then entering data is no longer
an option. Am I doing something wrong?
Thanks.
> 1. You have likely unnecessarily used VBA controls when you could use Forms
> components (join the rest of the world in making the same mistake) :
[quoted text clipped - 25 lines]
> > TIA
> > Pete Smith
Well, if you want to use a protected form you will have to insert text
form fields at every location where users should be able to type.
However, if all you need are some simple check boxes, see the article
at http://gregmaxey.mvps.org/Add_Toggle_Objects.htm.

Signature
Stefan Blom
Microsoft Word MVP
> I printed this article, found it helpful. However, am I barking up the wrong
> tree by attempting this type of document.
[quoted text clipped - 7 lines]
> > 1. You have likely unnecessarily used VBA controls when you could use Forms
> > components (join the rest of the world in making the same mistake)
http://www.officearticles.com/word/create_a_fill-in_form_in_microsoft_word.htm
> > 2. The other users have their Macro security set to High, and hence design
> > view shows up.
[quoted text clipped - 20 lines]
> > > TIA
> > > Pete Smith