Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.
Common errors when you run an append query

When you run an append query in an Access desktop database, you may receive an error message that says, "Microsoft Access can't append all the records in the append query.”

This error message can appear for one of the following reasons:

Type conversion failures    You may be trying to append data of one type into a field of another type. For example, appending text into a field whose data type is set to Number will cause the error to appear. Check the data types of fields in the destination table, and then make sure you’re appending the correct type of data into each one.

Key violations    You may be trying to append data into one or more fields that are part of the table’s primary key, such as the ID field. Check the design of the destination table to see if the primary key (or any index) has the No Duplicates property set to Yes. Then, check the data you are appending to make sure it doesn’t violate the rules of the destination table.

Lock violations    If the destination table is open in Design view or open by another user on the network, this could result in record locks that would prevent the query from being able to append records. Make sure everyone’s closed out of the database.

Validation rule violations    Check the design of the destination table to see what validation rules exist. For example, if a field is required and your query doesn’t provide data for it, you’ll get the error. Also, check the destination table for any Text fields where the Allow Zero Length property is set to No. If your query doesn’t append any characters into such a field, you’ll get the error. Other validation rules may also be causing the problem—for example, you may have the following validation rule for the Quantity field:

>=10

In this case, you cannot append records with a quantity less than 10.

For more information about creating append queries, see Add records to a table by using an append query.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×