I am using Access as te front-end for a MySQL database.
One of the queries was based on a Date field being Null. But it looks as though MySQL puts 00/00/00 in every field, hence it is not null.
I do have the default value set to null in the tables.
Is this normal?
Thanks. Sean.
One of the queries was based on a Date field being Null. But it looks as though MySQL puts 00/00/00 in every field, hence it is not null.
I do have the default value set to null in the tables.
Is this normal?
Thanks. Sean.