I have been asked to query a database where the daughter table(many) is in a 1:many relationship with its parent table. In 1 particular field, Descript_Name, there is a list of dffferent procedures done on a patient. I need to query for the presence of BOTH "Mechanical Ventilation" and "Percutaneous Central Venous Catheter." These would be listed in different rows of the same field. When I do an "or" query I get all patients who have 1 or both. However, when I do an "And" query I get 0 results and I know that is not correct.
Other information which may (or may not) be helpful:
Access 2010
The parent and daughter tables are linked and I ask of the parent table The CaseID and ICUadmDateTime (with a date parameter on this field, >#1/1/2010#).
Thanks in advance
Craig