I am working on a project for a client who uses Word 2003. they are merging a mailmerge main document with an Excel 2003 file. Each data file record has a field in it specifying the path and another specifying the document and the rest of the record providing data to merge to the document specified in the path and document fields. I am using an Includetext statement:
{INCLUDETEXT "{MERGEFIELD} WORDPATH}\\{MERGEFIELD WORDFILENAME}"}
The above statement then merges to the appropriate file which contains merge fields that merge the rest of the data in the data record.
This all works file except that I can't get it to pull from the correct paper tray. To add to the problem, all documents must be printed double-sided. I have tried putting different kinds of section breaks in (continuous and next page) but I either get extra blank pages or printing on the wrong side of the page.
Any ideas?
{INCLUDETEXT "{MERGEFIELD} WORDPATH}\\{MERGEFIELD WORDFILENAME}"}
The above statement then merges to the appropriate file which contains merge fields that merge the rest of the data in the data record.
This all works file except that I can't get it to pull from the correct paper tray. To add to the problem, all documents must be printed double-sided. I have tried putting different kinds of section breaks in (continuous and next page) but I either get extra blank pages or printing on the wrong side of the page.
Any ideas?