I want to remove 5 fields from my parent table in a contact management DB to a separate 1-1 table, and I'm trying to find information on the best way to do so. My main question is how to structure the relationship - does the primary key (autonumber) in my "main" parent table become the foreign key in the subsidiary 1-1 table?
I was thinking of using the copy command to create a copy of the table, and removing the duplicate fields from each table. Is that the best way?
If there is info I can read up on myself I would appreciate it - I don't need hand holding if there is already info somewhere - I don't want to abuse the goodwill of the excellent people on this forum.
I was thinking of using the copy command to create a copy of the table, and removing the duplicate fields from each table. Is that the best way?
If there is info I can read up on myself I would appreciate it - I don't need hand holding if there is already info somewhere - I don't want to abuse the goodwill of the excellent people on this forum.