I must be blind to something simple here, but can't see it...what's wrong with this statement? The error I get is "The field "" is not in the record.
And if there is something better than Null() to create a blank result that'd be great too...
if [SSN] = "000000000" THEN Null() else [SSN] endif
Thanks!