ACC2000: Error Message: Microsoft Access Can't Append All the Records in the Append Query (302504)
The information in this article applies to:
This article was previously published under Q302504 Novice: Requires knowledge of the user interface on single-user computers.
This article applies only to a Microsoft Access database (.mdb).
For a Microsoft Access 97 version of this article, see 303414.
SYMPTOMS
When you run an append query, you may receive the following error message:
Microsoft Access can't append all the records in the append query.
Microsoft Access set 0 field(s) to Null due to a type conversion failure, and it didn't add 0 record(s) to the table due to key violations, 0 record(s) due to lock violations, and (X) record(s) due to validation rule violations.
Do you want to run the action query anyway?
To ignore the error(s) and run the query, click Yes.
For an explanation of the causes of the violations, click Help.
CAUSE
This message occurs when you try to insert empty strings into a field that has its AllowZeroLength property set to No.
RESOLUTION- Open your destination table in Design view.
- Set the AllowZeroLength property of all text fields to Yes.
- Set the Required property of all these text fields to No.
- Save the changes to the table, and then close the table.
- Run your append query.
STATUSThis behavior is by design.REFERENCESFor more information about the AllowZeroLength property, click Microsoft Help on the Help menu, type allowserolength in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 12/12/2002 |
---|
Keywords: | kbdta kberrmsg kbprb KB302504 |
---|
|