The database version I am using is Access 2000. I have two tables that have a primary key set to Autonumber. These tables are populated with data.
Problem- I need to append records that were entered into an offsite database to the tables mentioned above. The offsite database has the same exact structure as the other one. When the records are appended, I need to replace the autonumber to begin at the next consecutive number and have the foreign keys update with the new autonumbers so that the relationships are not broken when the records are appended.
Does anyone know how to accomplish this without using replication.
Thanks.
Problem- I need to append records that were entered into an offsite database to the tables mentioned above. The offsite database has the same exact structure as the other one. When the records are appended, I need to replace the autonumber to begin at the next consecutive number and have the foreign keys update with the new autonumbers so that the relationships are not broken when the records are appended.
Does anyone know how to accomplish this without using replication.
Thanks.