I am trying to extract items in Field 1 based on a criteria in Field 2. For Example, I want the query to only pull back data on the record 1234 since that record has no "Y". However, if I dont want record 123 and 12345 to appear since if you group those numbers, there is a "Y" and an "N", I only want those unique records where there is an "N" only.
Field1 Field2
123 Y
123 N
123 N
1234 N
12345 Y
12345 N
Any help?
Field1 Field2
123 Y
123 N
123 N
1234 N
12345 Y
12345 N
Any help?