My laboratory uses an Access database to record specimens as they are received. We have a patient table with a unique identifier (medical record number) that ties into several specimen types (cytology, surgical path specimens, etc.) in a one-to-many relationship. The specimen tables are related to the patient table thru the Medical record number. The specimen tables have a variety of fields including accession date. I am trying to design a query that would tell me this. If a certain group of patients have a cytology specimen in a certain quarter of this year (for example April thru June), I want to know at the end of the following quarter (September) which of those patients have also had a concurrent or follow-up surgical pathology specimen (separate table) during the 6 month period of April thru September. Thanks for your help in advance.