SQl queries searching by date range
- by tecno
Hi,
I have a table in an Access 2007 database, all fields are of type text. Can the following be done using the where clause. If so how?
SELECT * from Table1 WHERE (ColumnDate is between 26th and 19th of march 2010)
SELECT * from Table1 WHERE (ColumnAge is between 25 and 40)
The usual < <= operators dont seem to work.
Thanks,