I would like to delete any records that are found BETWEEN say "2003 to 2008" . The fields below are of of a DATE/TIME type so I would like the query (shown below) to delete any record that is found "01/01/2003 00:00:00" AND "01/01/2007 00:00:00". My query isn't running HELP where am I going wrong?
use AMS_SYSTEM
DELETE * FROM tblasset
WHERE DateScrapped,
DateRecieved,
DateInstalled
BETWEEN
"01/01/2003 00:00:00" AND "01/01/2007