D
Dick
Hi,
I am working on a database that contains a many-to many relationship.
I created an intermediate (linked) table between the two primary
tables. I have a Form1 that displays the info from Table1 and a
control to open a Form2 that displays records from Table2 that match
the Table1 record. Everything works great for displaying and editing
information on Form2 except for when I try to add records. I don't
seem to have the right code to update the Linked Table. Does anyone
have some sample code that works?
My tables include the following:
Table1
Table2 Linked Table
Prog_ID
BA_ID Link_ID
Prog_Name BA_Name
BA_ID
Prog_ID
Thanks in advance,
Dick
I am working on a database that contains a many-to many relationship.
I created an intermediate (linked) table between the two primary
tables. I have a Form1 that displays the info from Table1 and a
control to open a Form2 that displays records from Table2 that match
the Table1 record. Everything works great for displaying and editing
information on Form2 except for when I try to add records. I don't
seem to have the right code to update the Linked Table. Does anyone
have some sample code that works?
My tables include the following:
Table1
Table2 Linked Table
Prog_ID
BA_ID Link_ID
Prog_Name BA_Name
BA_ID
Prog_ID
Thanks in advance,
Dick