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!

Recent content by msl3v

  1. msl3v

    Query String as a Date

    Hello, thanks for the replies: Using "SELECT CDate([Recovery_Date]) FROM RB_LOCAL" returns, for example, #10/9/1991#. So, following Skip's recommendation, I tried "SELECT * FROM RB_LOCAL WHERE CDate([Recovery_Date]) > #" & Date & "#" ... which results in a "Data type mismatch in...
  2. msl3v

    Query String as a Date

    In out group database, we have a string field [Recovery_Date] that I need to query - using Visual Basic - as a Date-type. I've tried with (variations of) this snippet SELECT * FROM RB_LOCAL WHERE CDate([Recovery_Date]) = " & Date Is it possible to query a string type as another data type?

Part and Inventory Search

Back
Top