Parameter issue.

yeppy12

Registered User.
Local time
Today, 09:32
Joined
Sep 11, 2007
Messages
38
I have an if statement that keeps giving me a parameter box that asks me to enter 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."
 
I think it's the double-quotes that you used.

You need to use "C", not “C” as seen in your code.
.
 
Ok. I'll give that a try. Thanks for the help.
 

Users who are viewing this thread

Back
Top Bottom