D
Diggsy
Hello,
I have a macro that imports data from a spreadsheet into a DB. it works fine
however, Recently I added a column in the DB and Spreadsheet macro for
another Date Field. The majority of the time this field is null. When I run
the macro it always fails on the new date field. I know it is because it is a
null field. I have entered dates into the field on the spreadsheet for
testing purposes and it works fine. so there is nothing wrong with the macro.
Is there something I can add or change in the DB to allow these null dates to
be entered. I have the required in the DB field properties set to NO. I tried
adding a date like 1/1/1900 as a default and had no luck.
I have a macro that imports data from a spreadsheet into a DB. it works fine
however, Recently I added a column in the DB and Spreadsheet macro for
another Date Field. The majority of the time this field is null. When I run
the macro it always fails on the new date field. I know it is because it is a
null field. I have entered dates into the field on the spreadsheet for
testing purposes and it works fine. so there is nothing wrong with the macro.
Is there something I can add or change in the DB to allow these null dates to
be entered. I have the required in the DB field properties set to NO. I tried
adding a date like 1/1/1900 as a default and had no luck.