A
April K
I have a situation where I would like to create a many-to-
many relationship in my database. I will need one table
to house contacts and one table to house addresses. My
junction table will hold the contactID and addressID.
This all makes perfect sense to me...
My question is how do I update my junction table when I
want to add a new record to either my contacts or my
addresses (or both)? Do I have to do the update through
and append query or can it be done automatically while
entering the new data through a form?
Thanks for your help.
~April
many relationship in my database. I will need one table
to house contacts and one table to house addresses. My
junction table will hold the contactID and addressID.
This all makes perfect sense to me...
My question is how do I update my junction table when I
want to add a new record to either my contacts or my
addresses (or both)? Do I have to do the update through
and append query or can it be done automatically while
entering the new data through a form?
Thanks for your help.
~April