Proper interpretation of NULL.
Moderator: jr
Proper interpretation of NULL.
I have tw0 columns that are set to NULL in Access and the Create Table statement has them as DEFAULT 'Null'. It should be DEFAULT Null. One of the columns is a DATETIME and the other VARCHAR(50). The first does error out on the create since 'Null' is invalid.