S
So-Ange
Hello All,
I am working on a report that shows all projects from a table, instead
of showing the actual checkbox on the report I want it to display
"Active" if Yes, "Inactive" if No and "In Progress" if Null.
Here is my code:
=IIf(IsNull([Status],"In
Progress",IIf([Status]=Yes,"Active","Inactive"))
It only show the unchecked boxes for all records. HELP!
I am working on a report that shows all projects from a table, instead
of showing the actual checkbox on the report I want it to display
"Active" if Yes, "Inactive" if No and "In Progress" if Null.
Here is my code:
=IIf(IsNull([Status],"In
Progress",IIf([Status]=Yes,"Active","Inactive"))
It only show the unchecked boxes for all records. HELP!