nested IIF

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

Guest

I have this calc field:
=IIF([use process again]=1,"yes",IIF([use process again]=0,"no","")
I get the #Error on the report.
What I'm trying to do is print "yes" or "no" for a checkbox field.
tia,
 
Janis

Is the calculation performed in a query field, or in a report control?

Can you successfully perform the calculation in a query field?

Is there a chance that the checkbox has the "tri-state" property turned on
(i.e., Yes, No, null)?

Regards

Jeff Boyce
Microsoft Office/Access 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

Back
Top