I have a query which counts the number of females assigned to the Engineering Department. The problem is sometimes there are no females in Engineering, I need my query to return a zero not Null.
I tried the IIF(IsNull([field1],0,)
Someone said use =NZ but how???
I tried the IIF(IsNull([field1],0,)
Someone said use =NZ but how???