G
Guest
Hi All,
I have a table with a date field, the default vlaue is set to Null. When i
run a query that changes all the null values to 1 and not null vlaues to 0, i
recieve a compile error message. Can someone tell me what I'm doing wrong?
Expr1: Sum(IIf(IsNull([Processtbl]![Ship_Date]),1,0))
I have a table with a date field, the default vlaue is set to Null. When i
run a query that changes all the null values to 1 and not null vlaues to 0, i
recieve a compile error message. Can someone tell me what I'm doing wrong?
Expr1: Sum(IIf(IsNull([Processtbl]![Ship_Date]),1,0))