I have created the following 'Outputs' table which has a one to Many connection to an 'Evidence' table, the structures are shown below:
OutputsID
ProjectID
OutputReq (T/F)
OutputRef (Text)
Output (Text)
Definition (Memo)
EvidenceDesc (Text)
DateChecked (Date)
EvidenceID
Evidence (Text)
Checked (T/F)
ProjectID
ProjectName
ProjectRef
I have populated the above (fixed) tables with my 30 output records and linked each one of them to a number of associated evidence records.
My problem is that I want each of my main 'Project' records to have their own copy of the already entered output / evidence records.
Is there a way of doing this or should I start again and build all of my 30 outputs and associated evidence fields into a new table and attach that instead, this new table would contain an awful lot of fields and wouldn't be as flexible to add to later.
All suggestions gratefully accepted
OutputsID
ProjectID
OutputReq (T/F)
OutputRef (Text)
Output (Text)
Definition (Memo)
EvidenceDesc (Text)
DateChecked (Date)
EvidenceID
Evidence (Text)
Checked (T/F)
ProjectID
ProjectName
ProjectRef
I have populated the above (fixed) tables with my 30 output records and linked each one of them to a number of associated evidence records.
My problem is that I want each of my main 'Project' records to have their own copy of the already entered output / evidence records.
Is there a way of doing this or should I start again and build all of my 30 outputs and associated evidence fields into a new table and attach that instead, this new table would contain an awful lot of fields and wouldn't be as flexible to add to later.
All suggestions gratefully accepted