I'm trying to insert records into one side of a many-to-many join but I can't exactly figure out how to do this. I know how to add records using INSERT INTO and ADO, but is there a way to get Access to automatically insert the correct data in the "intermediate" table used to make the many-to-many join? Do I just have to add the records to one side of the join and add the corresponding records in the intermediate table manually?