I am trying to query multiple tables which each share a common "registration_number" (RSN) field. I set up a relationship between each tables RSN field. One table is ENTITY (which has several fields I need including entity name, which I want to filter by), another one is CONTACT (which has the Contact person's name and address - And "contact type" which I want to filter by), and another is the COUNTY table (which I also want to filter by - so I only get certain counties). I am having troubles with this query. I can do the individual queries on each table, but I can't seem to set up the query to work on multiple tables. Say for instance I want all ENTITY info for a given contact type (CONTACT table) for a specific COUNTY with the word "Association" in the entity name (ENTITY). Any help would be greatly appreciated. Thanks.