A
Awill
I have an access table with laboratory test results. The table consists of
three fields(see below for a sample table):
Sample Number, Lab test ID, and Test Result.
1 1 54
1 1 65
1 1 69
1 2 45
1 2 48
1 2 44
1 3 89
1 3 85
1 3 87
For one of our tests multiple results can be entered for that test and these
results are used to compile a graph and other info.
Is it possible to query the above table so that results (for a particular
sample number) for test 1 are in column 1,result for test 2 in column 2 etc.
(see below for example)
Lab test id 1 lab test id 2 lab test id 3
54 45 89
65 48 85
69 44 87
Thanks in advance for your help
three fields(see below for a sample table):
Sample Number, Lab test ID, and Test Result.
1 1 54
1 1 65
1 1 69
1 2 45
1 2 48
1 2 44
1 3 89
1 3 85
1 3 87
For one of our tests multiple results can be entered for that test and these
results are used to compile a graph and other info.
Is it possible to query the above table so that results (for a particular
sample number) for test 1 are in column 1,result for test 2 in column 2 etc.
(see below for example)
Lab test id 1 lab test id 2 lab test id 3
54 45 89
65 48 85
69 44 87
Thanks in advance for your help