I *thought* I knew how to normalize a database but this one has me stumped:
I have a “Sites” table. One Site can have many “Callouts”, so I have a “Callouts” table. Both Sites and Callouts can have “Positions”, so I have a Positions table. The Positions table has a raft of other tables associated with it. Positions can either be Permanent or Callout (casual). So, to relate the Positions table to Sites or Callouts, I’ve added a field in Positions called “IsPermanent” and a linking field called “CalloutOrSiteID”. (See picture of Relationships screen attached). The “CalloutOrSiteID” field seems ugly, but do you think its workable?
Gwenda