Hi all,
I have been using Access in a very light-touch way for years, but am trying to build a new database to replace one I made some years ago. The reason for the rebuild is to separate out my data more, rather than keeping everything in essentially one big unwieldy table.
I have created a simple test database to begin the rebuild. I need to keep records about events and organisations, and then have a many-to-many relationship between these two sets.
So I have 2 tables (Events and Orgs) and a junction table (Event2Org). I have a form for each table. Events is the master form, and this contains a subform which is the form for Event2Org junction table. This contains a combo-box which allows me to choose to associate an organisation to the event record, and this updates the junction table.
All of this works perfectly well.
My question is this: how do I add a second organisation to my event record? I have tried adding a second combo box, and a second sub-form, but in each case if I change the option in the second combo-box/ sub-form it changes the option in the first one.
I want to be able to associate more than one organisation with each event, and I cannot figure out how to do this! Any help would be greatly appreciated!
I have been using Access in a very light-touch way for years, but am trying to build a new database to replace one I made some years ago. The reason for the rebuild is to separate out my data more, rather than keeping everything in essentially one big unwieldy table.
I have created a simple test database to begin the rebuild. I need to keep records about events and organisations, and then have a many-to-many relationship between these two sets.
So I have 2 tables (Events and Orgs) and a junction table (Event2Org). I have a form for each table. Events is the master form, and this contains a subform which is the form for Event2Org junction table. This contains a combo-box which allows me to choose to associate an organisation to the event record, and this updates the junction table.
All of this works perfectly well.
My question is this: how do I add a second organisation to my event record? I have tried adding a second combo box, and a second sub-form, but in each case if I change the option in the second combo-box/ sub-form it changes the option in the first one.
I want to be able to associate more than one organisation with each event, and I cannot figure out how to do this! Any help would be greatly appreciated!