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" <pjretels[ at ]discussions.microsoft.com> wrote in message news:66FE74CA-62EC-4F43-8638-C7ED03C8C6B6[ at ]microsoft.com...
[Quoted Text] >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!!!!
|