I'm using a Access to store the dates I need to compare and I want to delete a record that has a creation date prior to the current date.
What is the SQL statement that will do this? I tried to use a string like the one below but it didn't work. If I use > it works but deletes everything.
"DELETE FROM tablename WHERE mydate < " & Date