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 don't seem to work.
Thanks,