I'm having a tough time selecting rows where the date is > '1/1/2004' in that format.
I am using select * from table where column > '1/1/2004' ;
Any possibilities on why it is saying there is a data type mismatch? It is in DATE/TIME format , and in the short date format matching what I have for the column. I even tried chaning the column to text and doing a like %2004 comparison. the like doesn't return anything.
Any ideaS?. Thanks.
JMoB
I am using select * from table where column > '1/1/2004' ;
Any possibilities on why it is saying there is a data type mismatch? It is in DATE/TIME format , and in the short date format matching what I have for the column. I even tried chaning the column to text and doing a like %2004 comparison. the like doesn't return anything.
Any ideaS?. Thanks.
JMoB