View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default CONDITIONAL FORMATTING IF/THEN STATEMENTS - MAIL MERGE

Make sure that you have a space either side of the =

e.g.

{ a = "" "b" "c"}

not

{ a="" "b" "c" }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"pjretels" wrote in message
...
I have several conditional statements that are if/then situations but
everytime I think I have them figured out and run my mail merge, I get an
op
control error.

Here are the examples:

If a is null then enter b, if not null, enter c.

If a and b are not null, enter cannedtext, if null, enter nothing.

If x = N, then enter a checkmark

If x = N, then enter cannedtext

If x is null, then enter checkmark

HELP PLEASE!!!!