If {MergeField Active} = True "Active" "Not Active"

K

Kevin

Why won't this work? How do you specify something to be
true? I've tried "1", 1, True, "True"...

If {MergeField Active} = True "Active" "Not Active"
 
G

Graham Mayor

What is the content of the field ACTIVE? ie what do you get when you use
{Mergefield Active} on its own? Use this result in your condition. If the
field is either empty or has content then

{IF{Mergefield Active} <> "" "Active" "Not Active"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top