I'm not sure I understand what you are trying to do, but note that when you
add contents to a text form field that is not in a protected document, the
field will be deleted, which might explain why the INCLUDETEXT isn't working.
I think you have to try a different approach. See the article at
http://gregmaxey.mvps.org/Repeating_Data.htm for ways to repeat data in Word.

Signature
Stefan Blom
Microsoft Word MVP
> I'm trying to use text form fields in a source.doc to prompt users to fill in
> certain info, then have that info auto-populate to a target.doc via
[quoted text clipped - 15 lines]
> However, when I open the target.doc, its IncludeText fields refuse to
> update. Why?
Suzanne S. Barnhill - 28 May 2008 13:52 GMT
A better approach to this might be a UserForm to collect the data and write
it to the defined bookmarks, retaining the bookmarks, so that the text can
then be harvested via IncludeText. But why bother? Why not just have a
UserForm in the target doc to collect the data and write it directly to that
doc?

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
> I'm not sure I understand what you are trying to do, but note that when
> you
[quoted text clipped - 25 lines]
>> However, when I open the target.doc, its IncludeText fields refuse to
>> update. Why?