D
Dave
The continuing saga of my database.
I have built a database to track the storage of vials of frozen cells.
One of my tables includes "Canisters" of which there are 26, A through
Z. Each canister has 9 "Trays". Each tray holds 56 "Spots". They are
related to a sample table by a secondary key "SampleID". I have since
populated all these spots with the appropriate vial. Now I see that
there may be some poor table design on my part as I have each Canister
repeated 56 X 9 times and each tray repeated 26 X 56 times and each
spot repeated 26 X 9 times in the table. Probably not good for
performance sake, although it's not bad. Is there a way to fix this
that won't disrupt all my queries and forms that are using this table?
Thanks in advance for all your help these past few weeks,
Dave B
I have built a database to track the storage of vials of frozen cells.
One of my tables includes "Canisters" of which there are 26, A through
Z. Each canister has 9 "Trays". Each tray holds 56 "Spots". They are
related to a sample table by a secondary key "SampleID". I have since
populated all these spots with the appropriate vial. Now I see that
there may be some poor table design on my part as I have each Canister
repeated 56 X 9 times and each tray repeated 26 X 56 times and each
spot repeated 26 X 9 times in the table. Probably not good for
performance sake, although it's not bad. Is there a way to fix this
that won't disrupt all my queries and forms that are using this table?
Thanks in advance for all your help these past few weeks,
Dave B