Charles
Wed May 25 12:06:49 CDT 2005
MailMerge and FormFields are incompatible. When you perform a mailmerge,
formfields are converted to text. You cannot do a mailmerge on a document
that is protected for forms. You could possibly use a UserForm to gather the
same information and put it in your completed documents, but bookmarks are
also cancelled in a mailmerge.
--
Charles Kenyon
Word New User FAQ & Web Directory:
http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
http://addbalance.com/usersguide
See also the MVP FAQ:
http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Kaan" <Kaan@discussions.microsoft.com> wrote in message
news:205685B4-534F-490F-B58E-5F92F30F21D8@microsoft.com...
> Hi,
>
> What I'm trying to achieve is the following:
>
> I have a word document which has some form fields and merge fields. I am
> using a VBScript to merge data automatically to these merge fields and I'd
> like the user to fill in the additional form fields and/or modify the
> merged
> fields. When I lock the form, the form fields could be filled without
> problems however the merge fields cannot be modified. If I unlock the
> form,
> the merge fields can be modified but this time the form fields cannot be
> filled. Is there a way to achieve both?
>
> Thanks