On 2/11/08 (Post #3), ADezii helped Robert Johnson with a many-to-many table question. I have the same question - I have a table called audiovisual item (VHS tapes or DVDs - similar to a book). An audiovisual item can have multiple performers (similar to authors), and a performer can be connected with multiple audiovisual items. I created a form which has the audiovisual item details at the top, with a subform for performers at the bottom. When a user goes to the performer subform, I want them to be able to either select an existing performer from the performer table, or add a new performer to the performer table. I have a junction table and a query which brings up the correct information for the form. I tried to create a lookup from the performer subform, which seems to involve a combo box and row source, but it didn't work.
Thanks for your help!
Thanks for your help!
Comment