C
Cheese_whiz
I was told some time back that my project needed a couple of junction tables.
Specifically, I'm working on a legal case database, and I need to collect
data about the parties involved in every case. The primary tables for the
project, tblCase and tblParty, have a "many-to-many" relationship, hence the
need for the junction tables.
What I don't know is how the junction tables get populated? Can you send
data from a form to two diffferent tables at once? Also, assumming I CAN
populate two tables with one form (including sending the same individual
piece of info to two different tables), could a choice made by the user using
a combo box or option group (options: defendant or plaintiff (and possibly
attorney and judge)) dictate WHICH junction table ALSO received the data from
the form ("also" because the "tblParty" would need most of the information).
I really could use some clarification on this thing. If I need to be
clearer, I'll give it a try.
Thanks,
CW
Specifically, I'm working on a legal case database, and I need to collect
data about the parties involved in every case. The primary tables for the
project, tblCase and tblParty, have a "many-to-many" relationship, hence the
need for the junction tables.
What I don't know is how the junction tables get populated? Can you send
data from a form to two diffferent tables at once? Also, assumming I CAN
populate two tables with one form (including sending the same individual
piece of info to two different tables), could a choice made by the user using
a combo box or option group (options: defendant or plaintiff (and possibly
attorney and judge)) dictate WHICH junction table ALSO received the data from
the form ("also" because the "tblParty" would need most of the information).
I really could use some clarification on this thing. If I need to be
clearer, I'll give it a try.
Thanks,
CW