Ok,
let me see if I can explain my situation.
I have a database that deals with community-based projects (tblProjects) which are linked in many-to-many relationships with Organizations, Students and Professors. I got the whole architecture of this thing sorted out, but something came up.
It turns out, that now Organizations can have more than one contact. But only one contact can be linked to a project. So I'm guessing that I will need to have a table for Contacts, but I just can't figure out how to make the connections b/w Contacts, Organizations and Projects.
Taken separately, Organization is 1 to many with Contacts, Projects are 1 to many with Contacts and as initially set up Projects are many-to-many with Organizations.
What i was also finding trouble with, was that I need to have organization and contact side by side in any forms or reports, so they would have to be linked in some way.
Help much appreciated.
Penar
let me see if I can explain my situation.
I have a database that deals with community-based projects (tblProjects) which are linked in many-to-many relationships with Organizations, Students and Professors. I got the whole architecture of this thing sorted out, but something came up.
It turns out, that now Organizations can have more than one contact. But only one contact can be linked to a project. So I'm guessing that I will need to have a table for Contacts, but I just can't figure out how to make the connections b/w Contacts, Organizations and Projects.
Taken separately, Organization is 1 to many with Contacts, Projects are 1 to many with Contacts and as initially set up Projects are many-to-many with Organizations.
What i was also finding trouble with, was that I need to have organization and contact side by side in any forms or reports, so they would have to be linked in some way.
Help much appreciated.
Penar