G
Greg
Good afternoon,
I have a question problem that I can't seem to solve. It primarily regards
the usage of "and" and "or".
I have a table that looks like the following:
www,4,rrr, 1,2,3,4
xxx,4,eee,0,3,6,7
yyy,4,fff,0,0,0,0
zzz, 4,ddd,40,40,40,40
ggg,4,jjj,4,0,7,0
kkk,4,ddd,51,8,0,9
What I would like to do is select all rows with non zero values less than 50
in the 4th, 5th, 6th , and 7th column.
In the above example I would want the www, xxx, zzz, and ggg rows because
all the values are not zero and none of the values are greater than 50.
I do not want yyy because the values are all 0 and I do not want row kkk
because one of the values is greater than 50.
I am trying accomplish this via the criteria line of the query Wizard with
multiple lines and multiple "AND" and "OR" .
Does anyone have a suggestion?
Thank you in advance...
Greg
I have a question problem that I can't seem to solve. It primarily regards
the usage of "and" and "or".
I have a table that looks like the following:
www,4,rrr, 1,2,3,4
xxx,4,eee,0,3,6,7
yyy,4,fff,0,0,0,0
zzz, 4,ddd,40,40,40,40
ggg,4,jjj,4,0,7,0
kkk,4,ddd,51,8,0,9
What I would like to do is select all rows with non zero values less than 50
in the 4th, 5th, 6th , and 7th column.
In the above example I would want the www, xxx, zzz, and ggg rows because
all the values are not zero and none of the values are greater than 50.
I do not want yyy because the values are all 0 and I do not want row kkk
because one of the values is greater than 50.
I am trying accomplish this via the criteria line of the query Wizard with
multiple lines and multiple "AND" and "OR" .
Does anyone have a suggestion?
Thank you in advance...
Greg