ShalomEguale
2 days agoQrew Member
Help connecting Table to Table Relationships
Hi,
I have 4 tables
- Site table - houses all site info including site ID# which is the unique identifier to be used to relate/connect all tables.
- Risk table - houses all the risks. 1 site can have many risks
- Milestone table - Each risk can have many milestones
- Site Risk Register - Joining table that has all the risks and milestones relating to each site on one table
I'm struggling to figure out how to connect these tables. I figured all tables need to have that site id# field in order to connect. So I created a one to many relationship with the Site table and the other 3 tables so all 3 tables have a site id# lookup field.
Then I created more relationships. One Site Risk Register has many Risks, One Site Risk register has many Milestones and then I also made One risk table has many milestones. I added dummy data in the tables but it is not reflecting in the Risk Register join table.
Can I get help on what I did wrong and how to properly set up these table relationships