Haha, after all this I just found out using the module outside of Access, I.E. using ASP; it can not be done with Access. So I am testing it with the other query.
Thanks,
Bill
Duane,
Yes that is what I have, but currently it is not possible to change this field. I would love to, but it is an existing application that runs a lot of other pieces.
Thanks,
Bill
Hello PHV,
Thanks, but I just realized that some of the rows contain text strings and are not null. Those rows return #ERROR and still can't sort by those dates. Any ideas?
Thanks,
Bill
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.