I have a table in Access with an autonumber field and a table in SQL Server with exactly the same fields although the autonumber field in SQL Server is an Identity field.
When i empty the SQL Server table then append all fields from the Access table i get errors saying there are duplicated entries, is this because i am trying to copy the autonumber field from Access to an Identity field in SQL Server.
How can i overcome this problem?