Sorry if this is a silly question.
I have two tables - tblVolunteers and tblContactMade.
tblContactMade lists each instance where I have made contact with a volunteer. I have set up a query, with fields from tblVolunteer and the ID field from tblContactMade.
How do I filter out just the records from tblVolunteers where there are no corresponding entries in tblContactMade?
Thanks
Chris