Look into the 'between' SQL key word. I think that you are looking for something like,
Code:
SELECT * FROM Table1 WHERE TheDate BETWEEN Date1 AND Date2
Syntax needs to be verified.
Also, this is more of an SQL question. You probably won't get many responses in this forum. You might want to make sure that you post in the SQL forum of the tool you are using. (Access/Jet SQL).
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.