K
kayabob
I routinely have new data in a table that I will update to an existing table.
Certain fields in the existing table are required, so of course if data
from the new table is missing, the Append Query will fail. I would love it if
the error message would give me some information as to which field is missing
the data, so that I can trouble shoot just that one field. As it is, I may
have 20 fields out of 50 that are required, so tracking the problem can be a
mess. This is an example of the error message that i get:
Microsoft Access set (0) fields to Null due to a type conversion failure,
and it didnt add (0) fields to the table due to key violation errors, and (0)
errors due to lock violations, and (1) record due to validation rules
violations.
Of course the problem may be due to a data type mismatch too, but in any
case, the tracking of the field with the problem is the issue I'd like to
solve. Do you have any great ideas of how I can locate the problem fields.
I'm open to any alternate procedure!
Thanks
Certain fields in the existing table are required, so of course if data
from the new table is missing, the Append Query will fail. I would love it if
the error message would give me some information as to which field is missing
the data, so that I can trouble shoot just that one field. As it is, I may
have 20 fields out of 50 that are required, so tracking the problem can be a
mess. This is an example of the error message that i get:
Microsoft Access set (0) fields to Null due to a type conversion failure,
and it didnt add (0) fields to the table due to key violation errors, and (0)
errors due to lock violations, and (1) record due to validation rules
violations.
Of course the problem may be due to a data type mismatch too, but in any
case, the tracking of the field with the problem is the issue I'd like to
solve. Do you have any great ideas of how I can locate the problem fields.
I'm open to any alternate procedure!
Thanks