The expression being evaluated is
if (wdate <> NULL AND wdate < date) then
...
end if
now the error i am getting is "You entered an expression that has no value (2427)
So what i am wondering is is it evaluating the left hand side of the AND expression even though it is seeing that wdate is NULL?
Or is there some other problem here?
if (wdate <> NULL AND wdate < date) then
...
end if
now the error i am getting is "You entered an expression that has no value (2427)
So what i am wondering is is it evaluating the left hand side of the AND expression even though it is seeing that wdate is NULL?
Or is there some other problem here?