My office tests new water wells for drinking safety. I have generated a query that gives me a list of all wells that were tested by our agency that have a test result of "P" or "PP" or "CL2"
What I want it to do in addition to this is when a particular well is again tested and the result is now "N" or "NA" or "NR", that well needs to drop off the list. my fields are such:
WellID
WellPermitNo with criteria >"2004-000"
MaxofDateSampled
LastofColiSample with criteria: Like "p*" or "CL2"
SampledBy
what do I need to add to this query to have the list drop the well when it reaches the "N*" status?
What I want it to do in addition to this is when a particular well is again tested and the result is now "N" or "NA" or "NR", that well needs to drop off the list. my fields are such:
WellID
WellPermitNo with criteria >"2004-000"
MaxofDateSampled
LastofColiSample with criteria: Like "p*" or "CL2"
SampledBy
what do I need to add to this query to have the list drop the well when it reaches the "N*" status?