I'm trying to build an zoom expression in a query where if Basic Salary is >17100 to return an already calculated result, else 0.
This is my expression:
Federal tax: IIf([Basic Salary]>"17100.00",([tblEmployees]![Total of pay check]*[tblpayrolltaxes]![Percent of Withholding],0))
I'm getting a syntax error (comma) in query expression. Do you see anything that isn't right?
This is my expression:
Federal tax: IIf([Basic Salary]>"17100.00",([tblEmployees]![Total of pay check]*[tblpayrolltaxes]![Percent of Withholding],0))
I'm getting a syntax error (comma) in query expression. Do you see anything that isn't right?