hi,
txs for the reply. I am a bit confused so let me restate the Usecase to make sure it clear. And also I can try to take it baby step by baby step to make sure I understand.
Our usecase:
We have customers who take tests. We would love to show the results per Question in a Data Grid on the same form where we are taking the NEW Test Results.
a Customer takes between 3-10 Tests
each Test can be 20-30 Questions.
each Test question has a numeric result.
each Test as a Date (MM/DD/YYYY)
Is your approach;
create an Object per Test Question? have them Owned by Test and the Customer Owns Test
i.e. Customer -> Test -> Question1,2,3,4,5,6,7
So we would have 20 objects called Question1,2,3,4,5,6,7,8 etc?
in each Question object we would store the Results from each "Date" a test was taken?
txs, nina