Hi
Sorry I'm a bit of an Access dunce sometimes - (and don't do the complicated programming stuff
) - I'm trying to run an append query to add some records to another table.
Ref No - short text
Stock Code - short text
Quantity - long integer
Both tables only have three fields as above and the field types are the same. The table I'm trying to append to however has the first two fields as key fields and the table I'm appending from doesnt.
The information I am trying to append does not appear in the destination table already and the source data does not seem to contravene the rules set by the two key fields in the destination table?
However I'm getting key violations so they wont append?
I suspect it may be because I've got some pretty complicated relationships between tables and this may be behind it?
Any ideas for how i can run this append query - will be part of a macro eventually???
Thanks!
Sorry I'm a bit of an Access dunce sometimes - (and don't do the complicated programming stuff

Ref No - short text
Stock Code - short text
Quantity - long integer
Both tables only have three fields as above and the field types are the same. The table I'm trying to append to however has the first two fields as key fields and the table I'm appending from doesnt.
The information I am trying to append does not appear in the destination table already and the source data does not seem to contravene the rules set by the two key fields in the destination table?
However I'm getting key violations so they wont append?
I suspect it may be because I've got some pretty complicated relationships between tables and this may be behind it?
Any ideas for how i can run this append query - will be part of a macro eventually???
Thanks!