expression syntax error

  • Thread starter FilemakerPro_Developer
  • Start date
F

FilemakerPro_Developer

I need help on expressions.
I don't know what is wrong with this?
It is a checkbox field in a report. I just want it to say yes or no
depending on the value in the field.



UseAgainYes_No:IIF([Use Process Again]=1,"yes",(IIF([Use Process
Again])="0","No",""))
tia,
 
R

Ronx

UseAgainYes_No:IIF([Use Process Again]=0,"No","Yes")

You may get a better answer in a newsgroup for the application concerned
(Access?). It has been 10 years since I last worked with an Access
report.
 
Top