B
bbrazeau via AccessMonster.com
Is it possible, and more importantly is it correct, to create a one to many
relationship between a table "Tools" with a multiple <pk> consisting of
Toolnumber and Insertnumber, and a table "ToolInsertHistory". I must add that
there is a table "Products" with <pk> ProductID that has a one to many
relationship to the Tools table. This is nessesary because a product may be
made in more than one tool insert combination and multiple products may be
made in the same tool but never the same tool insert combination. what I'm
trying to do is track tool repairs and modifications by both tool and insert
which is the only way I see to assure I don't get duplicte infomation.If I
track by ProductID I would get more than one toolinserthistory. If I track by
Toolnumber alone I would get more than one products history. Please excuse my
long winded explanation and thanks for any help.
relationship between a table "Tools" with a multiple <pk> consisting of
Toolnumber and Insertnumber, and a table "ToolInsertHistory". I must add that
there is a table "Products" with <pk> ProductID that has a one to many
relationship to the Tools table. This is nessesary because a product may be
made in more than one tool insert combination and multiple products may be
made in the same tool but never the same tool insert combination. what I'm
trying to do is track tool repairs and modifications by both tool and insert
which is the only way I see to assure I don't get duplicte infomation.If I
track by ProductID I would get more than one toolinserthistory. If I track by
Toolnumber alone I would get more than one products history. Please excuse my
long winded explanation and thanks for any help.