Forum Discussion

ChrisAKFS's avatar
ChrisAKFS
Copper Contributor
Aug 01, 2024
Solved

Indexing and Duplicates

Hi   I don't need help resolving a problem on this occasion, but I would appreciate some help in understanding Indexing and Duplicates.  I have a main Audits table plus 7 clause tables.  They are r...
  • George_Hepworth's avatar
    George_Hepworth
    Aug 03, 2024

    George_Hepworth 

     

    I found a couple of hours finally to take a closer look. I am probably not completely right about some things because I'm not familiar enough with the work involved. That said, this diagram

    represents my best understanding.

     

    I know that you indicated the Auditor and Auditee are both related to the Audit itself. However, in the tables you had in the previous screenshot, it appeared to be the case that each subclause can be handled by a different auditor. That's how I implemented it here. If the Auditor is, indeed, assigned to an audit and must individually complete each of the subclauses personally, you can move the AuditorID up into TBLAudit.

     

    It also looked to me to be the case that the same Evidence is applied to each subclause, regardless of the audit. If that's not the case, i.e. if each audit can attach different evidence to subclauses for different auditees, that would have to be moved down in the Audit_AuditSubClause table.

     

     

     

     

Resources