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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top