What sort of fields are these. If they are formfields, in which case, the
document should be protected for forms, the formfields would not disappear
when the user enters data into them.

Signature
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
Thanks Doug
My intention was to create the document "on the fly" by inserting blocks of
text by help of autotext,
in which these formfields are included.
The problem is, if the formfield protection is on, then autotext is
disabled.
Anyway, your hint about protection, gave me an idea, to make a work-around
with these fields.
In "short", I will frame the project with a VS2005 app including a web
browser hosting the Word document.
From a Windows forms checkbox list, the user indicate with an ID which text
blocks he wants.
Then all textblocks are retrieved from an Access database (OLE), and
inserted in the document in one go.
Then the document protection is set to true, and the user can only fill out
the form fields.
After theat I can collect my values from all fields.
I know this might be an overkill, but I am in control with the document.
JensB
> What sort of fields are these. If they are formfields, in which case, the
> document should be protected for forms, the formfields would not disappear
[quoted text clipped - 18 lines]
>>
>> \JensB