Hello,
I am trying to create a matrix in access and I am not sure how to go about doing this. I am trying to create a Test Matrix, which consist of series of sample and series of different tests.
Tables:
tblMatrix - Summary of Matrix like description and specification information.
tblSample - Different Sample to undergo this test matrix
tblTests - Tests Selected for this matrix
tblSampleTest - show what tests each sample goes through and in what order. Not all sample have to go through all the tests.
So it should look like this:
Test 1 2 3 4 5
-----------------------------------------
Test1 1 2 3
Test2 2 1 1 2
Test3 3 1 2
Test4 4 3 1
The above means, sample 4 for example goes through test3 frist, then test2 and test 4.
So now my problem is I am not sure how to set up the forms to enter the data. They way I look at it, I can have one area where they select Tests, and enter individual samples. But I am not sure how to create this array so the users can enter the order information.
Ohh by the way Sample numbers (Column Header) are not the same for different matrix. So if I use cross-tab queries it will just give me error.
Please let me know if anyone has any ideas on how to tackle this task. Appreciate all the help.
Thanks,
I am trying to create a matrix in access and I am not sure how to go about doing this. I am trying to create a Test Matrix, which consist of series of sample and series of different tests.
Tables:
tblMatrix - Summary of Matrix like description and specification information.
tblSample - Different Sample to undergo this test matrix
tblTests - Tests Selected for this matrix
tblSampleTest - show what tests each sample goes through and in what order. Not all sample have to go through all the tests.
So it should look like this:
Test 1 2 3 4 5
-----------------------------------------
Test1 1 2 3
Test2 2 1 1 2
Test3 3 1 2
Test4 4 3 1
The above means, sample 4 for example goes through test3 frist, then test2 and test 4.
So now my problem is I am not sure how to set up the forms to enter the data. They way I look at it, I can have one area where they select Tests, and enter individual samples. But I am not sure how to create this array so the users can enter the order information.
Ohh by the way Sample numbers (Column Header) are not the same for different matrix. So if I use cross-tab queries it will just give me error.
Please let me know if anyone has any ideas on how to tackle this task. Appreciate all the help.
Thanks,