I have the two tables: Hazardous events and controls.
Each hazardous event has up to 3 controls and I have defined relationships between each of the 3 controls in the hazardous event table with the controls table.
When I try do a query for each control for the hazardous event, it only links one of the controls
Is there a way to have the query check each control and output the risk reduction associated with each control for each hazardous event?
I am aware you can do this with Joins but I can only do this if I connect to a MySQL server to my understanding.
Thanks
Best Regards