Append qry limit (1 Viewer)

gg

Registered User.
Local time
Today, 17:40
Joined
Aug 1, 2000
Messages
23
What is the limit on number of fields for an append query, or is the limit expressed in some other way? I have one that gives me the mysterious "key violation" message, but it works ok if I remove any 4 fields. I experimented making a copy of the table that is receiving data and tried to append it to the original table, so I am sure that there is no problem with the field properties being mismatched.
MY ERROR: I SAID "key violation", I meant "validation rule"
 
Last edited:

Pat Hartman

Super Moderator
Staff member
Local time
Today, 12:40
Joined
Feb 19, 2002
Messages
43,359
Check the text field properties in the table design. If they are set to Allow Zero Length - No, you will get this error if any columns are null or zero length strings in the rows that you are attempting to append.
 

Users who are viewing this thread

Top Bottom