I have 4 tables as follows:
1. Company Info: Company, Phone Number
2. Source: Company, Source
3. Industry: Company, Industry
4. Location: Company, Country
In the company info table I have approx 5000 records. I am running a query to create a list of the following:
Company, Phone Number, Source, Industry, Country
Table 2, 3 , 4 do not contain information about all the companies in table 1 but only a few of them.
I have set up the relationship with each table using company to the main Table (1)
When I run the query it does do what I want but if a company in table 1 has no information against it in table 2,3,4 is does not show in the query. So basically the query only returns around 1000 records.
How do I set it up so it will show companies from Table 1 even if there is nothin pulled from the other 3 tables?
1. Company Info: Company, Phone Number
2. Source: Company, Source
3. Industry: Company, Industry
4. Location: Company, Country
In the company info table I have approx 5000 records. I am running a query to create a list of the following:
Company, Phone Number, Source, Industry, Country
Table 2, 3 , 4 do not contain information about all the companies in table 1 but only a few of them.
I have set up the relationship with each table using company to the main Table (1)
When I run the query it does do what I want but if a company in table 1 has no information against it in table 2,3,4 is does not show in the query. So basically the query only returns around 1000 records.
How do I set it up so it will show companies from Table 1 even if there is nothin pulled from the other 3 tables?