Yes, in theory you could also INCLUDETEXT the table, and the INCLUDETEXT
will probably be preserved, but the real probelm is that whatever you do,
key information is likely to be lost in such a way that "pre-merge" field
behaviour will differ from "post-merge" field behaviour. For example, if the
table references MERGEFIELD or bookmarks, but postmerge their names and
values are gone.
Peter Jamieson
> Hi Peter,
>
[quoted text clipped - 103 lines]
>> >> >
>> >> > Ed
Ed - 11 Jun 2007 13:24 GMT
Hi Peter,
I had tried INCLUDETEXT and what had happened was that both the formula
fields in the table and the INCLUDETEXT field itself became unlinked (if the
INCLUDETEXT field was inside an IF field, but not if it wasn't). I tried a
DATE field inside an IF field and this was unlinked as well.
I tried merging the original document using Word 97 and this preserved the
formula fields. So I tried a DATE field inside an IF field in Word 97 and got
inconsistent results! E.g. if my field was { IF 1 = 1 "{ DATE }" "" } the
field was unlinked, but if my field was
{ IF 1 = 1 "
{ DATE }" "" } (with the DATE field on the second line) the DATE field
remained a field.
I couldn't test with Word 2000 but when I tried the original merge with Word
2002 I got the same result as with 2003 - the formula fields were unlinked.
Got this with 2007 as well.
I'm guessing that the re-write of the merge in 2002 changed how IF fields
are handled and (I haven't done enough testing to be sure about this) it
looks like maybe any field inside an IF field in the later versions gets
unlinked.
>but the real probelm is that whatever you do, key information is likely to be lost in >such a way that "pre-merge" field behaviour will differ from "post-merge" field behaviour.
I think you are not wrong.
Regards.
Ed
> Yes, in theory you could also INCLUDETEXT the table, and the INCLUDETEXT
> will probably be preserved, but the real probelm is that whatever you do,
[quoted text clipped - 112 lines]
> >> >> >
> >> >> > Ed