D
Dweeber
I think I have a many-to-many relationship problem, but studying
examples of how to implement a many-to-many relationship hasn't helped
me solved my problem.
I have Samples. The Samples have various attributes. All attributes
have "target", "upper limit", and "lower limit" values. (The number of
attributes each sample has varies.)
"Copies" of the "Samples" are then tested. For each "Copy", I need to
record test values for each attribute, and be able to compare the test
value against the Sample attribute values- which requires matching the
attribute type of the test record with the attribute type of the
sample record.
Any help would be greatly appreciated!
examples of how to implement a many-to-many relationship hasn't helped
me solved my problem.
I have Samples. The Samples have various attributes. All attributes
have "target", "upper limit", and "lower limit" values. (The number of
attributes each sample has varies.)
"Copies" of the "Samples" are then tested. For each "Copy", I need to
record test values for each attribute, and be able to compare the test
value against the Sample attribute values- which requires matching the
attribute type of the test record with the attribute type of the
sample record.
Any help would be greatly appreciated!