As I have a number of many to many relationships in my database I am having trouble with this.
Basically I would like a combo box where a user selects a value (clientname) using this clientname afterupdate this should try and match the ClientID with the ClientID in junction table and match this to the SiteID in Junction Table. So whatever SiteIDs match the ClientID it should cascade and populate a second combo box on the form with the SiteName from the Site Table that matches the corresponding SiteID's from junction table.
I can cascade a combo box with one to many relationships, using 1 or 2 tables but cannot work out how to do this using Junction Table
Thanks in advance with my issue
Cheers