I have three tables, a company info table, a notes table and a junction table that consists of two foreign keys, one from the company info table and the other from the notes table. I have the junction table to establish the many to many relationship between company and notes. I also have a form to enter the new notes. What is the best way to get the related data into the junction table? VBA code, query or separate form to combine that data?
thx!