I am building a database to manage the drug inventory of research studies. Anything done with the inventory, who it was for, dispensed by whoever, all revolves the specific study. The main table tblStudy has an primary key StudyID. Attached is a jpeg of the relationships as I think it should be. I have put a foreign key fk_StudyID in each table as a filter, since when I am working with a table I only want to see information about that study. My question is:
Do I need to create a relationship in each table that contains fk_StudyID with the main tblStudy?
If I do Access tells me a relationship already exists, r do I want to create another. I am new to normalization.
Thank you in advance
You don't know what you don't know...
Do I need to create a relationship in each table that contains fk_StudyID with the main tblStudy?
If I do Access tells me a relationship already exists, r do I want to create another. I am new to normalization.
Thank you in advance
You don't know what you don't know...