This is driving me mad!
I have been trying for 3 days now to work out how to do this with no success.
I have tables for Customer, Bookings, Entertainment, Act, Agent, and several others.
I have created a form to view existing bookings with Customer details as mainform and Bookings and Entertainment as subforms and this works fine.
I am trying to create forms to allow the booking clerk to enter a new Booking and am looking to have a Cascading Combo box for Entertainment Type (eg. Disco, Magician, Harpist etc) which upon selecting, offers the relevant Act Names in a second Combo Box.
I have built cascading combo boxes before but all have been based upon a one to many relationship - I just can't get my head round what I need to do for a many to many relationship.
The following 3 tables show details of table
Entertainment
EntID (PK) - autonumber
Type - text
Act
ActID (PK) - autonumber
ActName - text
EntertainAct
EntID - number
ActID - number
I am using Access 2007
Can someone please help before I smash my head against the wall!!!
I have been trying for 3 days now to work out how to do this with no success.
I have tables for Customer, Bookings, Entertainment, Act, Agent, and several others.
I have created a form to view existing bookings with Customer details as mainform and Bookings and Entertainment as subforms and this works fine.
I am trying to create forms to allow the booking clerk to enter a new Booking and am looking to have a Cascading Combo box for Entertainment Type (eg. Disco, Magician, Harpist etc) which upon selecting, offers the relevant Act Names in a second Combo Box.
I have built cascading combo boxes before but all have been based upon a one to many relationship - I just can't get my head round what I need to do for a many to many relationship.
The following 3 tables show details of table
Entertainment
EntID (PK) - autonumber
Type - text
Act
ActID (PK) - autonumber
ActName - text
EntertainAct
EntID - number
ActID - number
I am using Access 2007
Can someone please help before I smash my head against the wall!!!
Comment