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 strongm 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: *

  1. zman22

    Pulling Records Based on Date Field

    #01-04-2004# will return a double representing the date. The format function returns a string, that is why it does not work, also you have a time part in your date. The following should work: select * from bugtracking where fix([Reported Date]) = CDbl(#01-04-2004#) Fix takes away the time part.

Part and Inventory Search

Back
Top