
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Hi Graham,
Assuming the ASK field and any cross-references to it survives the merge, I can see all sorts of problems arising with the
cross-references trying to get data from multiple instances of ASK fields that all set the same bookmark. Invariably, they'll all
end up pointing to the last ASK field.
Perhaps a user form would be better suited - especially since the OP is already using vba.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Form fields and mail merge are incompatible and the fields will will not survive a merge. You will have to think of some other way
> of inserting your data eg ASK fields?
[quoted text clipped - 14 lines]
>> Now the problem is that after this, the users are not able to edit
>> the form fields, although I have used wdAllowOnlyFormFields.
Graham Mayor - 16 Nov 2007 10:32 GMT
Agreed - I don't like ASK fields at all. It was merely the first thing that
came out as a possible alternative - and then only if the same data applied
to all the records.. Nor do I like the idea of adding data per record on the
fly - much better to modify the data source.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi Graham,
>
[quoted text clipped - 32 lines]
>>> Now the problem is that after this, the users are not able to edit
>>> the form fields, although I have used wdAllowOnlyFormFields.
Hameed - 16 Nov 2007 22:55 GMT
Hi macropod,
Thanks for the reply.
Can you elaborate on using user forms?
Regards,
Hameed
> Hi Graham,
>
[quoted text clipped - 23 lines]
> >> Now the problem is that after this, the users are not able to edit
> >> the form fields, although I have used wdAllowOnlyFormFields.
macropod - 16 Nov 2007 23:10 GMT
Hi Hameed,
See:
http://word.mvps.org/FAQs/Userforms/index.htm
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Hi macropod,
>
[quoted text clipped - 33 lines]
>> >> Now the problem is that after this, the users are not able to edit
>> >> the form fields, although I have used wdAllowOnlyFormFields.