I have a parameter (Param1)
I am using the following code in my select expert:
I get the message, "The remaining text does not appear to be part of the formula."
How do I add a part of the formula to check for Nulls?
Thanks
I am using the following code in my select expert:
Code:
If {?PropertyID} = 0 Then
{v_TabInsert.PropertyID} Is NULL
Else
{v_TabInsert.PropertyID} = {?PropertyID}
How do I add a part of the formula to check for Nulls?
Thanks