View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Compound "IF" formatting issue

It works here - my guess is that you have not used CTRL+F9 for each pair of
field boundaries. In particular, what is the orphan Hope_Anu bit all about?
Something along the lines of

{ INCLUDETEXT { IF{ =AND ({ COMPARE{ MERGEFIELD Hope_Fund_Flag \*upper} =
"Y" },{ COMPARE{ MERGEFIELD ABC_Flag \*upper} = "Y" }) }= 1
"C:\\Documents and Settings\\piazzaj.000\\Desktop\\Mail Merge Merge\\Hope
Fund Status.doc" "C:\\Documents and Settings\\piazzaj.000\\Desktop\\Mail
Merge Merge\\Blank.doc"} }

should prove more reliable. In this instance you will have to create a blank
document for the Nul condition or you will get an error message.
--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


J_Piazza wrote:
Could someone please tell me what I am doing wrong with formatting
the "IF" test below. I have compared it repeatedly to examples on the
Web. When I toggle out of the field code view, instead of
disappearing I see a shaded "{". The validator finds no errors.

{IF { = AND ( { COMPARE { MERGEFIELD Hope_Fund_Flag } = "Y"}, {
COMPARE { MERGEFIELD ABC_Flag } = "Y" } ) } = 1 "{ INCLUDETEXT
"C:\\Documents and Settings\\piazzaj.000\\Desktop\\Mail Merge
Merge\\Hope Fund Status.doc" Hope_Anu}" ""}

Thank you