I have been working on a database that has several tables that have relationships via "ID" fields populated using autonum. While I have been working, others have been using a previous version of the database to track data. I would like to transfer the data into the new & inproved database, but I want to maintain the integrity of those ID fields and their relationships with each other. How can I import the old data into the new and improve database without autonum re-numbering my records, AND without losing the ability to autonum in the future?
Thanks for any suggestions.
Thanks for any suggestions.