Problem with append query and autonumber field

PepeGallo

Registered User.
Local time
Yesterday, 16:29
Joined
May 2, 2008
Messages
14
Hi everybody,

I am appending the information I have in one table to another. The first table's name is Videos and it only has 5 records. When I append the information from the other table which has some of the fields of the Videos table (but doesn't have a primary key), the new records in the Videos table have as primary key value (the autonumber field) values that start from 44699657. Why is this happening?
 
make sure the auto number is set to sequential and not Random
 
Yes, it is already set in increment, not in random, and doesn't work
 

Users who are viewing this thread

Back
Top Bottom