Hello Everybody,
I have this query:
SELECT Affiliate_id, Date_Payment_Received FROM Class_Students
WHERE IIF(ISNULL(CDate([Date_Payment_Received])), CDate('1/1/1980'), CDate([Date_Payment_Received])) > #1/1/2006#
It always returns "Invalid Use Of Null"
Date_Payment_Received is a text field, not a date field, and may or may not contain a valid date.
Any help would be great.
Thanks,
Bill
I have this query:
SELECT Affiliate_id, Date_Payment_Received FROM Class_Students
WHERE IIF(ISNULL(CDate([Date_Payment_Received])), CDate('1/1/1980'), CDate([Date_Payment_Received])) > #1/1/2006#
It always returns "Invalid Use Of Null"
Date_Payment_Received is a text field, not a date field, and may or may not contain a valid date.
Any help would be great.
Thanks,
Bill