I have created a blank form, I’ve dragged two sub forms onto this, these have a many to many relationship. The two sub forms are shown in data view. I want to synchronize the action of the two sub forms, so that when a selection is made in the first the relevant entries are shown in the second. I tried something similar when I synchronized two tables that had a 1:M relationship, I included a hidden text box within the main form that had a reference to the first sub form and from that I was able to link the child and master field propertities within the second sub form, that worked fine. My question is how do I get this to work for my M:M tables –do I need to include the junction table between them on my main sub form and work through that or is there a quicker way- I don’t want to use wizards since I have more tables to include.