Jessica Posted June 6, 2001 Posted June 6, 2001 Help. I have some company names in my contacts d/b. For each company name, I have multiple projects. I have a projects d/b that has all projects for all companies. In the contacts database, I would like to add all project names pertaining to that company. In the project database, I have a field called project::client that can somehow be matched to contacts::companyname Example: (contacts d/: companyname: XYZ projects: constructionproject, realestateproject, engineeringproject (projects d/: projectname: constructionproject client: XYZ projectname: realestateproject client: XYZ projectname: engineeringproject client: XYZ How do I do this?
Chuck Posted June 6, 2001 Posted June 6, 2001 Let me see if I understand what you are trying to do. In addition to companies and projects, you have contacts, and contacts are related to companies, which in turn is related to projects, and you would like to see a list of projects that is attached to a particular contact through the company? I'm assuming that the companies has a Company_ID field that uniquely identifies the company and that such a field is used to relate a contact to a company and a project to a company, so that both contacts and projects also have a Company_ID field of some sort. Create a relationship in contacts to projects based on this field, and you will be able to set up a portal that can view the information you want. Chuck
Jessica Posted June 10, 2001 Author Posted June 10, 2001 Thanks, I used a portal without one line of code!
Recommended Posts
This topic is 8933 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now