T
tanorris
I am making a test scoring program which contains 700 test items
(Rows). I have a Table called NA (which stands for Test Item Number
and Test Item Answer).
The NA Table has two columns: N (which stands for Number) and A (which
stands for Answer). The Answers can be either 1 or 0. An
abbreviation of the NA Table looks like this:
NA Table
N A
1 1
2 0
3 0
4 1
5 1
6 0
Now, I want to know how to determine by query whether N 1 is A 1 and N
3 is A 0, (and) N 2 is A 1 and N 4 is A 0, (and) N 3 is A 1 and N 6
is A 0. In other words I need a query that determines whether each
specified pair of rows, e.g., N 1 and N 3 rows, meets the specified
criteria for A.
Any help you can give me would be greatly appreciated.
Thanks!!!
Tom
(Rows). I have a Table called NA (which stands for Test Item Number
and Test Item Answer).
The NA Table has two columns: N (which stands for Number) and A (which
stands for Answer). The Answers can be either 1 or 0. An
abbreviation of the NA Table looks like this:
NA Table
N A
1 1
2 0
3 0
4 1
5 1
6 0
Now, I want to know how to determine by query whether N 1 is A 1 and N
3 is A 0, (and) N 2 is A 1 and N 4 is A 0, (and) N 3 is A 1 and N 6
is A 0. In other words I need a query that determines whether each
specified pair of rows, e.g., N 1 and N 3 rows, meets the specified
criteria for A.
Any help you can give me would be greatly appreciated.
Thanks!!!
Tom