Protecting word document

P

Pixie

I have a form that pulls data from a sql database and have
users input data into text boxes.

What I want to do is have the document protected so the
users can not change anything within the text of the
document and still let the sql database fillin data plus
allow the user to input data?
 
D

Doug Robbins - Word MVP

What sort of form is it? If it's a userform, include some code in a command
button click event that transfers the data from the text boxes into the
document that applies protection to the document (with a password if
necessary).

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Top