I'm very new to Access and I'm trying to create a database for patients. I have necessary information in four tables, eg :
Table 1
PatientID
Location
FamilyName
ChildName
DateOfBirth
MotherName
MotherAddress
MotherTelephone
MotherMobile
MotherEmail
FatherName
FatherAddress
FatherTelephone
FatherMobile
FatherEmail
FosterparentName
FosterparentAddress
FosterparentTelephone
FosterparentMobile
FosterparentEmail
ReportDue
LOAsent
Notes
Table 2
AdvocateID
AdvocateFirm
AdvocateAddress
AdvocateTelephone
AdvocateFax
AdvocateLeader
AdvocateLeaderTelephone
AdvocateLeaderEmail
AdvocateAssistant
AdvocateAsstTelephone
AdvocateAsstEmail
AdvocateAsstMobile
Table 3
SafeguarderID
SafeguarderName
SafeguarderAddress
SafeguarderTelephone
SafeguarderEmail
SafeguarderMobile
Table 4
SocialworkerID
Socialworker
SocialworkerAddress
SocialworkerTelephone
SocialworkerEmail
SocialworkerMobile
However, because of the complexity of these cases the Child, Mother, and Father may all have separate Advocates, as will the Socialworker. Plus, the Advocates, Socialworkers, and Safeguarders will all have many different children as clients. How do I create relationships between these tables that will take account of the multiple links?
Many thanks for any assistance you can give me.