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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.