First, many thanks to the people in this forum that take the time to respond to questions. This is a great place to expand one's working knowledge of Access.
Second, an observation:
If the structure of a table says that a particular field has a default value of 0, I would have expected that any data that was added to the table that contains a null value for that field should automatically store the default value. I appear to be wrong in this logical conclusion.
Third, the question:
I have a link to a text file. I created an append query that reads the text file and appends it to a table that has default values of 0 on integer fields in its structure. After running the query, there are many records that contain nulls in the integer fields. Am I doing something wrong? Is there a preferred way to do this?
Thanks
Second, an observation:
If the structure of a table says that a particular field has a default value of 0, I would have expected that any data that was added to the table that contains a null value for that field should automatically store the default value. I appear to be wrong in this logical conclusion.
Third, the question:
I have a link to a text file. I created an append query that reads the text file and appends it to a table that has default values of 0 on integer fields in its structure. After running the query, there are many records that contain nulls in the integer fields. Am I doing something wrong? Is there a preferred way to do this?
Thanks