I have a table in MS Access that looks like this:
Parent PName Child CName Clevel SupID Supplier ChildQty
11111 base 111-05 pppp A1 00555 uuuuuu 1
11111 base 111-04 llll B1 00553 mmmmmm 1
11111 base 111-07 hhhh c1 00333 dddddd 2
and so on.
I have abot 150 parents and 5-6 children for each parent plus some children might be subassembly so they will have subchildren. For example 111-05 is made of 111-051 and 111-052.
I want to design a good relational database with normalized structure of the tables.
Any help would be apprecialted!
Thanks a lot!
Parent PName Child CName Clevel SupID Supplier ChildQty
11111 base 111-05 pppp A1 00555 uuuuuu 1
11111 base 111-04 llll B1 00553 mmmmmm 1
11111 base 111-07 hhhh c1 00333 dddddd 2
and so on.
I have abot 150 parents and 5-6 children for each parent plus some children might be subassembly so they will have subchildren. For example 111-05 is made of 111-051 and 111-052.
I want to design a good relational database with normalized structure of the tables.
Any help would be apprecialted!
Thanks a lot!