I have an if statement that keeps giving me a parameter box that asks me to enter a C:
What is wrong with my if statement...is it a syntax error? I cannot figure out why the parameter box keeps popping up asking me for a "C."
Code:
Expr1: IIF(IsNull(TORRY.PAF) AND (TORRY.TYPE = “C”), (TORRY.USER_DEFINED), (TORRY.PAF))
What is wrong with my if statement...is it a syntax error? I cannot figure out why the parameter box keeps popping up asking me for a "C."