D
dex
I have what seems like a basic problem I just can't seem to figure out!
I am developing a DB to trap and report on plant breeding data.
I am wanting to store the unique code for each parent involved in any
cross in one field, beside a autonumber field in one table. This code
to be referenced through out the DB as that autonumber.
My problem comes from the issue that a parent(code) will be used many
times, and as either Male or Female!
I want to have 1 list of clones(Actual_Breeding_Code), and then another
referance at the time of cross as to the parent and gender.
What I have tried!
Table 1 has Breeding_Code_ID and Actual_Breeding_Code as fields
Table 2 has Clone_ID and Female_Parent_ID and Male_Parent_ID as fields.
With Table 1 "Breeding_Code_ID" related to
Table 2 "Female_Parent_ID" and "Male_Parent_ID".
I want to be able to data enter the female and male parent
"Actual_Breeding_Code" for all cross's and have that relationship
maintained.
This seems simple, but any help would be much appreciated... Thanks...
I am developing a DB to trap and report on plant breeding data.
I am wanting to store the unique code for each parent involved in any
cross in one field, beside a autonumber field in one table. This code
to be referenced through out the DB as that autonumber.
My problem comes from the issue that a parent(code) will be used many
times, and as either Male or Female!
I want to have 1 list of clones(Actual_Breeding_Code), and then another
referance at the time of cross as to the parent and gender.
What I have tried!
Table 1 has Breeding_Code_ID and Actual_Breeding_Code as fields
Table 2 has Clone_ID and Female_Parent_ID and Male_Parent_ID as fields.
With Table 1 "Breeding_Code_ID" related to
Table 2 "Female_Parent_ID" and "Male_Parent_ID".
I want to be able to data enter the female and male parent
"Actual_Breeding_Code" for all cross's and have that relationship
maintained.
This seems simple, but any help would be much appreciated... Thanks...