I have a table defined with a date/time (short date) field.
The table has a large number of empty fields do to a mistake building its form. What I would like to do is search for these records with an update query to plug in a meaningful date to these fields.
The values in the field start at 01/01/04, and I am able to select any date range that I want but Field="" returns nothing and Field < 01/01/04 also returns nothing.
Any help with a method to 'find' these empty records using a query would be appreciated.
The table has a large number of empty fields do to a mistake building its form. What I would like to do is search for these records with an update query to plug in a meaningful date to these fields.
The values in the field start at 01/01/04, and I am able to select any date range that I want but Field="" returns nothing and Field < 01/01/04 also returns nothing.
Any help with a method to 'find' these empty records using a query would be appreciated.