Test your append query without any number fields to see if that is really
where the problem lies.
If it runs okay, then:
Do not include an autonumber field from the second table (the table you are
appending to) in your append query.
If you want to append the Autonumber field from your first table, make sure
the field you are appending to is set to Long Integer data type
Good Luck!
@