I am using ODBC to work on data in an Access database and need to find a way to clear a date
/time field. I have tried writing "0000-00-00 00:00:00" and "" into it and I get back Error:
[-3030] [1] [0] "[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria e
xpression."
Is there a method to clear the contents of a Date/time field or set it to a null value?
Paul