Hello all,
Quick summary of database structure:
I have a database used to keep track of test data and results that has a seperate table for Projects, Test Cycles and Test Cases. The relationships are Test Cycles to Test Cases: Many to Many and Projects to Test Cycles: Many to Many. This is...