Hi:
I have a table named "Calls"
Calls
----------------------------
Id Date
----------------------------
2 04/04/2006 11:33:07
3 04/04/2006 11:35:27
-----------------------------
Both records have the same date but different time
When I make this query I don't get records
-------------------------------------------------
SELECT Id, Date
FROM Calls
WHERE Date BETWEEN #4/4/2006# AND #4/4/2006#
-------------------------------------------------
Why I don't get records If all records in table "Calls" have 04/04/2006 on column "Date"?
Thanks!
I have a table named "Calls"
Calls
----------------------------
Id Date
----------------------------
2 04/04/2006 11:33:07
3 04/04/2006 11:35:27
-----------------------------
Both records have the same date but different time
When I make this query I don't get records
-------------------------------------------------
SELECT Id, Date
FROM Calls
WHERE Date BETWEEN #4/4/2006# AND #4/4/2006#
-------------------------------------------------
Why I don't get records If all records in table "Calls" have 04/04/2006 on column "Date"?
Thanks!