G
Guest
I swear I must be losing my mind, because for the life of me, I cannot get a
simple querry to work. I am using the following criteria in my query for 3
fields:
[Forms]![Offset]![Text19]
and for whatever reason, it provides me with values outside these ranges. I
have tried reducing each to only the >= requirement, and it works, but the
minute I add the <= , the query fails to yield correct results. Using <=
fails on its own also fails. It's almost as though it is treating each
criteria as an Or. If it fails the first or second, but passes the third,
its a valid result, etc. This one is driving me crazy because the query is
so simple, yet I can't get it to work. Any help would be much appreciated,
and likely to preserve my sanity. Thanks!
simple querry to work. I am using the following criteria in my query for 3
fields:
=([Forms]![Offset]![Text11]-[Forms]![Offset]![Text14]) And <=([Forms]![Offset]![Text11]+[Forms]![Offset]![Text14])
=([Forms]![Offset]![Text13]-[Forms]![Offset]![Text15]) And <=([Forms]![Offset]![Text13]+[Forms]![Offset]![Text15])
[Forms]![Offset]![Text19]
and for whatever reason, it provides me with values outside these ranges. I
have tried reducing each to only the >= requirement, and it works, but the
minute I add the <= , the query fails to yield correct results. Using <=
fails on its own also fails. It's almost as though it is treating each
criteria as an Or. If it fails the first or second, but passes the third,
its a valid result, etc. This one is driving me crazy because the query is
so simple, yet I can't get it to work. Any help would be much appreciated,
and likely to preserve my sanity. Thanks!