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