View Single Post
  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Mail Merge and Text Entry Form Fields

This is not going to happen as Form Fields are being deprecated in the next
version of Word.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"ebaltz" wrote in message
...
Or....MS could just make this possible in the next release.

"Doug Robbins - Word MVP" wrote:

As you have discovered, the two features are incompatible.

An alternative would be to "roll your own" mail merge by creating a
template
in which you insert {DOCVARIABLE} fields in place of {MERGEFIELDS}, then
use
vba to iterate through the records in your datasource creating a new
document for each record and setting the values of the document variables
to
the information contained in each record and then updating the fields in
the
document. That can be done with the template protected for forms.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"ebaltz" wrote in message
news
I have created a mail merge document which includes text fields for
users
to
fill in information. I want to set the limits on these fields and lock
the
document so they can only input in the fields I have selected. However
when
I complete the merge, the resulting documents don't have the fields in
them
any more for text entry. The mail merge main document also does not
allow
me
to lock a document so i would have to do it on a per merged document
basis
I
gather. Any suggestions or solutions for this issue?