T
tokersmurf
Hi All,
I am fairly new to SQL and am running into a problem I can't figure
out. Hopefully someone here can help. To be honest im not even sure
if
this is the right place for the query so if not then let me know
where
I should put this question:
I have an Access database which I am trying to run the following
query
against:
DELETE From Basket WHERE CreatedAt < '26/01/2007 14:20:49'
The DB has a table called BASKET which in turn has a column called
"CreatedAt". The column is set to be a date and contains a row with a
CreatedAt date of "25/01/2007 14:11:45".
As far as I can tell this should work but when I run the above
statement, I get a "Data Type Mismatch in criteria expression" error.
Any help or pointer would be appreciated
Cheers in advance
TS
I am fairly new to SQL and am running into a problem I can't figure
out. Hopefully someone here can help. To be honest im not even sure
if
this is the right place for the query so if not then let me know
where
I should put this question:
I have an Access database which I am trying to run the following
query
against:
DELETE From Basket WHERE CreatedAt < '26/01/2007 14:20:49'
The DB has a table called BASKET which in turn has a column called
"CreatedAt". The column is set to be a date and contains a row with a
CreatedAt date of "25/01/2007 14:11:45".
As far as I can tell this should work but when I run the above
statement, I get a "Data Type Mismatch in criteria expression" error.
Any help or pointer would be appreciated
Cheers in advance
TS