Here is one that is odd to me, although I am sometimes a bit nuts 
I have a table with a DateTime column I am querying on. IF I run this query:
Select * From CTKeyWords_Del Where Date_Deleted < '1997/07/16'
I get 5 records back for July 15, 1997.
But if I run this query:
Select * From CTKeyWords_Del Where Date_Deleted = '1997/07/15'
I get back no records. This table seems to have a problem with any query on this field and the "=" operator.
Any ideas?
David

I have a table with a DateTime column I am querying on. IF I run this query:
Select * From CTKeyWords_Del Where Date_Deleted < '1997/07/16'
I get 5 records back for July 15, 1997.
But if I run this query:
Select * From CTKeyWords_Del Where Date_Deleted = '1997/07/15'
I get back no records. This table seems to have a problem with any query on this field and the "=" operator.
Any ideas?
David