Users are filling in a form based on tables in a one to many relationship:
tblNarrative (one)
tblCriteria (many)
The data is being populated into tblNarrativeCriteria.
I want to now use the data in tblNarrativeCriteria to populate tblTestResults via a form built on a query that includes tblNarrativeCriteria.
Example: Narrative #1 has Criteria #1, 2, & 3 associated with it.
The user is ready to test the Criteria related to Narrative #1.
The user selects Narrative #1, and the form is automatically populated with its associated Criteria (1,2,3). Users then report test results for each criteria (e.g. pass/fail, fail reasons).
Each Narrative and its associated Criteria(s) will be tested "many" times. The "one" side will be the test cycle.
Any suggestions are appreciated.
Thank you.
tblNarrative (one)
tblCriteria (many)
The data is being populated into tblNarrativeCriteria.
I want to now use the data in tblNarrativeCriteria to populate tblTestResults via a form built on a query that includes tblNarrativeCriteria.
Example: Narrative #1 has Criteria #1, 2, & 3 associated with it.
The user is ready to test the Criteria related to Narrative #1.
The user selects Narrative #1, and the form is automatically populated with its associated Criteria (1,2,3). Users then report test results for each criteria (e.g. pass/fail, fail reasons).
Each Narrative and its associated Criteria(s) will be tested "many" times. The "one" side will be the test cycle.
Any suggestions are appreciated.
Thank you.