B
brigid
I'm trying to do a query where if there is a blank field
it returns true, and if there is a date in that field it
returns false. This is what I have:
Expr1: IIf(([SIR/DIR]![Occurred To Date]=""),1,0)
When I run the query it gives me a zero for all the blank
fields, but #Error wherever there is a date entered. Any
suggestions?
it returns true, and if there is a date in that field it
returns false. This is what I have:
Expr1: IIf(([SIR/DIR]![Occurred To Date]=""),1,0)
When I run the query it gives me a zero for all the blank
fields, but #Error wherever there is a date entered. Any
suggestions?