Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: linusx
  • Content: Threads
  • Order by date
  1. linusx

    Null CDate issue

    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...

Part and Inventory Search

Back
Top