G
Gordon
The solution to this is probably very simple but I just can't see it.
Simplifying it, I have a series of records in a query that look like
this:
ID No
557 257
557 0
559 0
563 257
563 0
563 0
566 0
566 0
570 0
576 285
576 0
I am trying to get the query to return records where for any unique
instance of the ID field, there is no entry in the No field with a
value greater than 0. In the above extract, that would be IDs 559,
566 and 570.
I am using Access 2007. Thanks for any help.
Gordon
Simplifying it, I have a series of records in a query that look like
this:
ID No
557 257
557 0
559 0
563 257
563 0
563 0
566 0
566 0
570 0
576 285
576 0
I am trying to get the query to return records where for any unique
instance of the ID field, there is no entry in the No field with a
value greater than 0. In the above extract, that would be IDs 559,
566 and 570.
I am using Access 2007. Thanks for any help.
Gordon