Hi there!
I'm currently working on a malformed Access database, not normalized at all.
It only consists of one table and is designed like this:
(table compartment)
#ID#Name#Member1#Member2#Member3#Member4#...#Member20#
So all the members are realized by single columns.
I created a new database, consisting of the main table, the "people" table and a relation table, connecting the people with the compartment (n:m relation).
It works great but I have to get the old data into the new tables. The old main table consists of more then 100 columns, and most of them are now hived off by using relations.
Now I'm looking for a smart solution to convert the table.
Do you have any idea? I tried to use a Query, but I couldn't merge two or more columns and put them in a single one on a new table.
Thank you in advance!
I'm currently working on a malformed Access database, not normalized at all.
It only consists of one table and is designed like this:
(table compartment)
#ID#Name#Member1#Member2#Member3#Member4#...#Member20#
So all the members are realized by single columns.
I created a new database, consisting of the main table, the "people" table and a relation table, connecting the people with the compartment (n:m relation).
It works great but I have to get the old data into the new tables. The old main table consists of more then 100 columns, and most of them are now hived off by using relations.
Now I'm looking for a smart solution to convert the table.
Do you have any idea? I tried to use a Query, but I couldn't merge two or more columns and put them in a single one on a new table.
Thank you in advance!