C
Cheese
When converting a flat database to a relational one, I was told by a friend
to first make tables of the values on the "one" side of the relationship. I
did this - those tables are populated with unique values. Now all I have left
is to fill the "many" tables and connect those records with the appropriate
"one" values in the other tables. My flat database is still fully intact.
I'm confused how to perform the append query so that each record stays
intact throughout the new set of tables. Where do I setup the
relationships...in the append query or in the database itself? What else do I
need to specify in the append query for this to work successfully?
to first make tables of the values on the "one" side of the relationship. I
did this - those tables are populated with unique values. Now all I have left
is to fill the "many" tables and connect those records with the appropriate
"one" values in the other tables. My flat database is still fully intact.
I'm confused how to perform the append query so that each record stays
intact throughout the new set of tables. Where do I setup the
relationships...in the append query or in the database itself? What else do I
need to specify in the append query for this to work successfully?