IF fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using IF fields to compare values in form fields. So far the IF fields
always returns the "true" statement, e.g

IF TEXT1=6 "yes","no" \* MERGEFORMAT

Will say "yes" even when the number in the TEXT1 (a bookmarKed) field is not
6. I have tried many different configurations and syntax...what am I doing
wrong!!!
 
You need spaces around the equals sign, and no comma.

{ IF TEXT1 = 6 "yes" "no" }
 

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

Back
Top