Hi
I've got one table called CompanyIndustry details comprising of
ciID (autonumber)
CompanyIndustry (food, agriculture and pharmaceutical)
A second table called CompanyDetails has following fields:
cdID (autonumber)
CompanyIndustry
Address
etc
I'd like to create a query so that all industries are listed even if there are no corresponding records for eg a food company in the CompanyDetails table.
I've attempted to do this through left join on the CompanyIndustry fields with no success. Any pointers?
I've got one table called CompanyIndustry details comprising of
ciID (autonumber)
CompanyIndustry (food, agriculture and pharmaceutical)
A second table called CompanyDetails has following fields:
cdID (autonumber)
CompanyIndustry
Address
etc
I'd like to create a query so that all industries are listed even if there are no corresponding records for eg a food company in the CompanyDetails table.
I've attempted to do this through left join on the CompanyIndustry fields with no success. Any pointers?