I have a query that finds results that meet any 1 of 3 criteria. It is
possible for each record to meet 0, 1, 2, or all 3 of the criteria.
When I run the query, each record will show up once for each of the
criteria it meets. Is there any way to return a record only once, no
matter whether it meets 1, 2, or 3 of the criteria?
possible for each record to meet 0, 1, 2, or all 3 of the criteria.
When I run the query, each record will show up once for each of the
criteria it meets. Is there any way to return a record only once, no
matter whether it meets 1, 2, or 3 of the criteria?
Comment