Hi there,
Maybe this won't be complicated for some of you guys but it is for me!
I am trying to figure out how to get a combo box to filter a form with a many to many relationship in the middle. ERD image attached. The filter is to be applied on the partner field in the clients table with the main form then displaying directors linked to that partner. The in a subform you are shown the income tax details for that director
.
I can do it for a regular one to many relationship by basing the main form on a query of the clients table and then setting the query criteria for the partner field to [forms]![FormName]![cboPartner]. Subform then displays the data relating to that partner.
However with this one there is a M2M relationsip in play using the junction table and I am unsure as to how to get this working. Pointers much appreciated,
Thanks
![]()