I am programming a database for a mid-level construction company, and in the program I have a Contacts table, and a Project Info table. The key field of Contacts is Contact ID, and for Project Info it is Project ID.
There is multiple one-to-many relationships between multiple instances of the Contacts table and fields within Project Info: Architect ID, Owner ID, MEP Engr Id, etc. (8 total). For my Contact Entry form I would like to have a tab that displays all projects which is associated with that contact, similar to the Open Opportunities tab in Contact Details for the Sales Pipeline template. The only difference is, in my database, there are 8 possible fields in Project Info which could correspond to any given Contact ID.
I'm thinking some sort of complicated query might be the solution, but this is slightly beyond me...
Any suggestions?
There is multiple one-to-many relationships between multiple instances of the Contacts table and fields within Project Info: Architect ID, Owner ID, MEP Engr Id, etc. (8 total). For my Contact Entry form I would like to have a tab that displays all projects which is associated with that contact, similar to the Open Opportunities tab in Contact Details for the Sales Pipeline template. The only difference is, in my database, there are 8 possible fields in Project Info which could correspond to any given Contact ID.
I'm thinking some sort of complicated query might be the solution, but this is slightly beyond me...
Any suggestions?