Kysteratwork
Technical User
He all,
I have a rather frustrating problem:
1. I have two tables, one with event details (tblEvent) and another one with contact names and the respective contact details (tblContacts)
2. I have created a junction table (tblJunction), so that I can have a many-to-many relationship (i.e. one contact can take part in multiple events and one event can have multiple contacts present)
3. I created a query which contains tblEvent, tblContacts and tblJunction
And here is the thing - I cannot enter a new record on the basis of the tables (i.e. I would like to add more data in the tblJunction), which would ultimately allow me to create a form (tblsEvents) with a subform (tblContacts) that is updatable and where I can enter new records...
I am desparate, can anyone help me out please?
Thank you in advance,
Kysteratwork
I have a rather frustrating problem:
1. I have two tables, one with event details (tblEvent) and another one with contact names and the respective contact details (tblContacts)
2. I have created a junction table (tblJunction), so that I can have a many-to-many relationship (i.e. one contact can take part in multiple events and one event can have multiple contacts present)
3. I created a query which contains tblEvent, tblContacts and tblJunction
And here is the thing - I cannot enter a new record on the basis of the tables (i.e. I would like to add more data in the tblJunction), which would ultimately allow me to create a form (tblsEvents) with a subform (tblContacts) that is updatable and where I can enter new records...
I am desparate, can anyone help me out please?
Thank you in advance,
Kysteratwork