Hi All:
I have created a query based on 3 tables.
tblPotential_Partner (PK- CompanyID)
tblOpportunity_Team( PK- CompanyID,Opportunity_ID)
tblBusinessOppurtunity (PK- Opportunity_ID)
As you can see that I have a many-to-many relationship.
I want to create a search engine based on this query but the problem is the search displays no records if Opportunity table has no record associated in the Potential Partner table and vice versa. I fixed the problem for Potential Partner table by using the LEFT join but cannot get it to work for Opportunity table.
Any help would be appreciated.
Thanx
Ekta
I have created a query based on 3 tables.
tblPotential_Partner (PK- CompanyID)
tblOpportunity_Team( PK- CompanyID,Opportunity_ID)
tblBusinessOppurtunity (PK- Opportunity_ID)
As you can see that I have a many-to-many relationship.
I want to create a search engine based on this query but the problem is the search displays no records if Opportunity table has no record associated in the Potential Partner table and vice versa. I fixed the problem for Potential Partner table by using the LEFT join but cannot get it to work for Opportunity table.
Any help would be appreciated.
Thanx
Ekta