I have an Access Database which uses UK Dates.
I run the following SQLString in an ASP page with the intention of displaying all Start Dates in February:
SQLString = "SELECT * FROM ClientData WHERE StartDate BETWEEN #01/02/2004# AND #28/02/2004#"
However, what I get is results for all dates...
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.