B
buscher75
I am trying to add a checkbox to a report. I want it to show a checkmark if
there is a specific value entered into the coordinating field in a table. I
added a calculated field to the query, but of course I do not know enough to
get it right. If the value of "test" field is "issues" then a true/false,
yes/no, null/not null value is returned, right?
Here is my code
Expr1: Iff([TEST]="ISSUES",-1,0)
Thanks.
there is a specific value entered into the coordinating field in a table. I
added a calculated field to the query, but of course I do not know enough to
get it right. If the value of "test" field is "issues" then a true/false,
yes/no, null/not null value is returned, right?
Here is my code
Expr1: Iff([TEST]="ISSUES",-1,0)
Thanks.