Article ID: 146648
Article Last Modified on 8/17/2005
{IF {MERGEFIELD name} = "John Doe" "true condition" "false condition"}
Note that quotation marks are used to denote the parameters of the
conditional statements, and are not included in the printed result of the
merge. If you want to include quotation marks in your result, you must
include a backslash (\) before each quotation mark that you want to
include.
{IF {MERGEFIELD name} = "John Doe" "\"Now is the time...\"" "false
condition"}
{IF {MERGEFIELD name} = "John Doe" "John said, \"The file is in
F:\\My Documents\"" "false condition"}
For additional information about this issue, please see the following
article in the Microsoft Knowledge Base:
134998 WD: Certain Characters Do Not Display in Field Result
Additional query words: quote mail merge else then print mark comma condition
Keywords: kbhowto kbmerge kbfield KB146648