J
Jennifer
I have this expression set in a query and it works fine.
CorrectLOA: IIf([EndDate] Is Not Null And [EndReason]="LOA","1","")
But I want to set the criteria to exclude records that come back with 1. I
have tried to put in "Is Null" or "1" or 1 but it is not filtering those
records.
What can I set my criteria or should I change the expression.
CorrectLOA: IIf([EndDate] Is Not Null And [EndReason]="LOA","1","")
But I want to set the criteria to exclude records that come back with 1. I
have tried to put in "Is Null" or "1" or 1 but it is not filtering those
records.
What can I set my criteria or should I change the expression.