G
Guest
Hello:
I have three tables: A and C are many to many relationship; B is the
reference table to link A and C.
A B C
A_ID A_ID C_ID
C_ID
I now have a form for A table. In this form, I use a combo box to allow user
to pick C_ID. My question is how I can insert the A_ID and C_ID into table B.
Or, is there any other better way to solve this kind of situation?
Thanks in advance!
I have three tables: A and C are many to many relationship; B is the
reference table to link A and C.
A B C
A_ID A_ID C_ID
C_ID
I now have a form for A table. In this form, I use a combo box to allow user
to pick C_ID. My question is how I can insert the A_ID and C_ID into table B.
Or, is there any other better way to solve this kind of situation?
Thanks in advance!