I have been unable to get Access to accept my nested If statement in a query. I have recently begun using Access2000. Is there something new with this version? This is the statment that is currently not being accepted.
Expr1: IF([tbl Emp types_ID]="W2S",([DyPay]*1.18),IF([tbl Emp types_ID]="W2H",([DyPay]*1.12),[DyPay]))
I am getting Undefined function 'IF' in expression when I try to run the query.
Any help would be appreciated.
Expr1: IF([tbl Emp types_ID]="W2S",([DyPay]*1.18),IF([tbl Emp types_ID]="W2H",([DyPay]*1.12),[DyPay]))
I am getting Undefined function 'IF' in expression when I try to run the query.
Any help would be appreciated.