We are running ODBC to an AS400. I'm having a problem with the ISO Date Defaults. We use the standard '0001-01-01'. If I add such a date to an Access query through a Table linked to the AS400 source, it will bring in the date just fine. However, it displays it as 01/01/1901 and if I try to use it for selection or in a filter, I get zero records. I have tried using #01/01/01# and #01/01/1901#. I have forced the yyyy-mm-dd format and tried #0001-01-01#. I really need for Access to recognize it as null, but none of the null functions work either. If I display a table and do a "Filter by Selection" it will select only those with the 01/01/1901, but I need to automate the process to extract all records with this Null(to an AS400)date through a query. Any suggestions, what am I not understanding?