Hello, I am quite new to access but have been spending a lot of time reading up on it and surfing the forums over the last week and have managed to come up with what I think is a decent database structure. I essentially have two tables, Modules and Microcontrollers- each module can be used in various microcontrollers so I have set up a "UsedIn" relationship that links each module to the ID of the microcontrollers it is used in. currenttly I have a form that allows me to select applicable microcontrollers for individual modules, but I was wondering if there was a way I could create a new microcontroller and select which modules it uses (like in reverse of the way already defined). I cannot seem to get this to work (I have tried querys to no avail). I am new to VBA but can figure it out if need be (i have other programming background so its pretty intuitive). Any suggestions on how I should go about this? I have posted lots of photos to try and make the database structure as clear as possible - sorry some of the data is blocked out as I cannot post it on a public forum. I know it looks kinda messy.
So Short Version -
I want to add a new Microcontroller and choose which modules link to it. Currenttly I link modules to microcontrollers (this is functionality I want as well, it is required). Can I do both?
Thanks in advance - these forums have already been a lifesaver. Id be happy to clarify any questions, as I know how confusing it can be to understand these posts sometimes.