Thread: [Solved] Word create a blank page
View Single Post
 
Old 01-04-2012, 10:01 PM
Peterth Peterth is offline Windows XP Office 2003
Novice
 
Join Date: Jan 2012
Posts: 3
Peterth is on a distinguished road
Default Word create a blank page

I would like to seek your help in troubleshooting a mail merge issue.
I create a mail merge document with the data come from an SQL database. The template has 2 pages, the first page contains mail merge client information, which it works properly. The second page - I am using page break - Section break, and insert the following merge field

{IF { MERGEFIELD A } = “” “” “{INCLUDETEXT "\\\\DIR1\Doc1.doc" \* mergeformat}”}

When the mergefield A is not blank then the document is included (Which is Ok). However, if the condition is satisfied, it include a blank page, which is not right
How can i remove the blank page?

Thanks
Reply With Quote