Hello.
I have a query that I want to filter but I can't quite get it right.
The basic table structure is as follows. I have a field SiteNum. For each site there can be many animals present. Each animal is present (on not) based on the following PresType (presence type) Confirmed, strongly suspected, possible but not likely, not suspected.
My query now lists all sites, the species present, and their PresType. In this query each site can be listed numerous times, depending on the number of species present.
..now for the question. I want to filter the query so it only displays records for sites that have animals where the PresType is 'Strongly suspected' or 'possible' but not sites where there are also species 'confirmed' or 'not susupected' .
All help is appreciated.
Thanks, DJ
I have a query that I want to filter but I can't quite get it right.
The basic table structure is as follows. I have a field SiteNum. For each site there can be many animals present. Each animal is present (on not) based on the following PresType (presence type) Confirmed, strongly suspected, possible but not likely, not suspected.
My query now lists all sites, the species present, and their PresType. In this query each site can be listed numerous times, depending on the number of species present.
..now for the question. I want to filter the query so it only displays records for sites that have animals where the PresType is 'Strongly suspected' or 'possible' but not sites where there are also species 'confirmed' or 'not susupected' .
All help is appreciated.
Thanks, DJ