Merge IF..THEN

K

Kerrie

Please help with an IF..THEN statement that will allow the following

IF Field A is blank, then blank, otherwise Field

Thanks so much
 
P

Peter Jamieson

{ IF "{ MERGEFIELD A }" = "" "" "{ MERGEFIELD C }" }

All the {} need to be the special field codes you can insert using ctrl-F9
 
Top