A
AH
Hello,
I need to choose criteria1 or criteria2 in this query.
For example, I want my query to select records based on
column1 or column2:
select from column1 any number bigger than 10
OR
select from column2 any number bigger than 20
When I put ">10" in the criteria box in column 1 and
put ">20" in the criteria box in column 2, I get records
that are bigger than 10 in column1 AND (not OR) bigger
than 20 in column2!
In other word, how can I make this show if I have a
record with 11 in column1 and 19 in column2?
Thanks for the help
I need to choose criteria1 or criteria2 in this query.
For example, I want my query to select records based on
column1 or column2:
select from column1 any number bigger than 10
OR
select from column2 any number bigger than 20
When I put ">10" in the criteria box in column 1 and
put ">20" in the criteria box in column 2, I get records
that are bigger than 10 in column1 AND (not OR) bigger
than 20 in column2!
In other word, how can I make this show if I have a
record with 11 in column1 and 19 in column2?
Thanks for the help