I have a main table with a MedRecordNum as the primary key. Each MedRecordNum can have multiple treatment regimens, and each regimen can have multiple treatment dates.
I'm just wondering if I'm setting the relationships properly. I'm going to set MedRecordNum to have a one to many relationship with RegID in the regimen table. Then set the RegID to a one to many relationship with the CycleID in the cycle table.
Do I need to set up another table as a go between so that each MedRecordNum gets paired with the appropriate RegID's and CycleID's? Or will setting the relationships do that for me.
Does this make sense?
I'm just wondering if I'm setting the relationships properly. I'm going to set MedRecordNum to have a one to many relationship with RegID in the regimen table. Then set the RegID to a one to many relationship with the CycleID in the cycle table.
Do I need to set up another table as a go between so that each MedRecordNum gets paired with the appropriate RegID's and CycleID's? Or will setting the relationships do that for me.
Does this make sense?