I want the system to pull a merge file for a specific merge record, based on
criteria. There is a possibility of three files to be inserted. At the end
of the process, I should get one document. My first simplified attempt read
as as follow:
{ IF {MERGEFIELD Province} = "QC" { INCLUDETEXT "H:\\Form Letter 1"
MERGEFORMAT } "Failed" }
and I get : Error! Cannot open file. What am I doing wrong? Thank you.
rwav1 - 25 May 2005 15:30 GMT
Do not bother, I found my mistake. Tks.
> I want the system to pull a merge file for a specific merge record, based on
> criteria. There is a possibility of three files to be inserted. At the end
[quoted text clipped - 5 lines]
>
> and I get : Error! Cannot open file. What am I doing wrong? Thank you.