G
Guest
I designed a traditional Many to Many application that tracks students
registration. We have two tables, tblStudents and tblClasses that are joined
via a Linking table called tblLink. That works great.
However, someone else in our agency asked me to help design an application
that appears to have multiple Many to Many relationships so I need help with
that. I haven’t completely thought out the process, but this is what I know
so far.
We need to track violations [tblViolations] which are linked 1 to Many
countries via tblCountries. In addition, each violation is linked 1 to 1 to
only one company taken from tblCompanies.
In sum, we need to track:
-----------------------------
how many countries are linked to each violation
how many violations does each company have
how many countries are linked to each company
how many violations does each country have
there are probably more, but I can’t think of them right now
In sum, we have relationships between 3 different tables and I would
appreciate any suggestions on how to design this application.
tblViolations
tblCountries
tblCompanies
Thanks,
Robert
registration. We have two tables, tblStudents and tblClasses that are joined
via a Linking table called tblLink. That works great.
However, someone else in our agency asked me to help design an application
that appears to have multiple Many to Many relationships so I need help with
that. I haven’t completely thought out the process, but this is what I know
so far.
We need to track violations [tblViolations] which are linked 1 to Many
countries via tblCountries. In addition, each violation is linked 1 to 1 to
only one company taken from tblCompanies.
In sum, we need to track:
-----------------------------
how many countries are linked to each violation
how many violations does each company have
how many countries are linked to each company
how many violations does each country have
there are probably more, but I can’t think of them right now
In sum, we have relationships between 3 different tables and I would
appreciate any suggestions on how to design this application.
tblViolations
tblCountries
tblCompanies
Thanks,
Robert