How do I specify a date range in MS Access? Is the below query correct? Do I have to put \"2/1/2010\" in quotes? Or do I have to do something like date(2/
\"2/1/2010\"
date(2/
AND ([Occurrence Date] Between #2/1/2010# and #2/28/2010#
This is how you tell Access, to interpret something as date time.