Link to home
Start Free TrialLog in
Avatar of cbsbutler
cbsbutler

asked on

If.. then... else Word merge fields

I use an if then statement like so...
{ IF {MERGEFIELD addressline1}="" "Address line 1 missing" }

Obviously if the mergefield addressline1 does contain any information the merge if then statement shouldn't produce anything, but it seems to tab 1 line down.

How can I stop this?
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cbsbutler
cbsbutler

ASKER

So simple when you think about it! Thanks