I want to run queries on entries with certain dates....
I want the query to come up with entries which are bigger than 02/09/1982
I'm assuming I do:
SELECT * FROM ME WHERE ME.DATE<DATE()
(i tried this in msaccess -didn't work

)
Now, how do i do a query that will result in all entries that their DATE filed is between now and the past 60 days?
Thanks
Noam