query

P

Paul

I am trying to create a date query but am having troubles.

SELECT *
FROM Results
WHERE Test_Date Between '2/2/2006' And '12/1/2006';

When I run this query I get Data type mismatch.

The Test_Date field is set to Date/Time

I tried adding the time as shown in the database but I still got the same
error.

Thanks for any support.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top