G
Guest
Hi all,
I'm pretty green when it comes to migrating data and action queries and
such.....
I'm trying to get some data out of an old db into a new one. The old tables
weren't normalized, though, so where my new table stores the fk from another
table, the old db stores a text entry (like someone's name) and doesn't have
the second table.
I'm thinking to get the data migrated, I need to rework the old db table
structure. Once it's normalized (like my new db), then maybe I could use
append queries to add the old records. I'm sure I'd have more questions
during the process, but is that the way you have to do it? If not, how do
you deal with a situation like that where the old records in a table
represent what amounts to a query in the new db?
Thanks for any assistance,
CW
I'm pretty green when it comes to migrating data and action queries and
such.....
I'm trying to get some data out of an old db into a new one. The old tables
weren't normalized, though, so where my new table stores the fk from another
table, the old db stores a text entry (like someone's name) and doesn't have
the second table.
I'm thinking to get the data migrated, I need to rework the old db table
structure. Once it's normalized (like my new db), then maybe I could use
append queries to add the old records. I'm sure I'd have more questions
during the process, but is that the way you have to do it? If not, how do
you deal with a situation like that where the old records in a table
represent what amounts to a query in the new db?
Thanks for any assistance,
CW