Preserving relationships based on Autonumber keys

M

MikeB

Oh Boy.

I redesigned my little system, define brand new tables and lovely
forms based on these tables.

Then it came time to get my data from the old tables into the new
tables. Simple, right? All I need are make table or append table
queries to populate my new tables based on the old tables, right?

No, I forgot that the tables and relationships are based on autonumber
keys and that the keys would not necessarily be the same in the new
tables as they were in the old tables.

Does anyone have any advice on how to migrate a bunch of tables into
new tables while preserving relationships based on autonumber fields
in the old tables?
 
A

Albert D. Kallal

If the tales are empty, then you *can* import the other tables...autonumbers
and all....

Just do a compact and repair after words, and the autonumber system should
continue to function...
 
M

MikeB

If the tales are empty, then you *can* import the other tables...autonumbers
and all....

Just do a compact and repair after words, and the autonumber system should
continue to function...

Oops. You're right. There must be some other problem with what I'm
trying to do then. Back to the drawing board...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top