A
alex
Hello experts,
using Access '03.
I have a tbl that contains two columns (e.g.,):
CASE ACTION
--------- -----------
x 1
x 2
y 1
z 2
I want to return all records where action in (1 AND 2). As you can
see below, based on the same case number.
Results should look like:
CASE ACTION
--------- -----------
x 1
x 2
If I use AND, I get nothing; if I use OR, I get everything.
Any thoughts?
alex
using Access '03.
I have a tbl that contains two columns (e.g.,):
CASE ACTION
--------- -----------
x 1
x 2
y 1
z 2
I want to return all records where action in (1 AND 2). As you can
see below, based on the same case number.
Results should look like:
CASE ACTION
--------- -----------
x 1
x 2
If I use AND, I get nothing; if I use OR, I get everything.
Any thoughts?
alex