G
GaryP
Can anyone tell me why the following is returning only 0's? The return should
be mostly 1's based on the data in the fields it's checking. I also tried to
use the field names in the tables being queried to no avail.
Expr2: IIf([Hire Date]<1/1/2008 And [Termination Date]>1/1/2008,1,0)
Any help will be appreciated.
Thank you,
Gary
be mostly 1's based on the data in the fields it's checking. I also tried to
use the field names in the tables being queried to no avail.
Expr2: IIf([Hire Date]<1/1/2008 And [Termination Date]>1/1/2008,1,0)
Any help will be appreciated.
Thank you,
Gary