In my database I have 4 different forms that relate to the same pieces of casework. They are 'Person Information', 'Incidents', 'Actions' and 'Outcomes'. The Primary and Foreign keys are set up as follows:
Person Information - IPSOref (PK)
Incidents - IncidentID (PK), IPSOref (FK)
Actions -...