HiTekRedNek
Registered User.
- Local time
- Today, 04:36
- Joined
- Mar 11, 2010
- Messages
- 18
Hi,
I have 3 seperate spreadsheets containing server information. There is a column in each of the spreadsheets with a header called hostname.
I import the 3 spreadsheets and create 3 seperate tables.
Table_A
Table_X
Table_Z
Table_A acts as my master table. I would like to run a query to find if there are any matching hostnames in Table_X OR Table_Z
I can create a join relation between either Table_A and Table_X or between Table_A and Table_Z and it will give me the results but how to I make it work by joining all 3 tables simultaneously?
I have 3 seperate spreadsheets containing server information. There is a column in each of the spreadsheets with a header called hostname.
I import the 3 spreadsheets and create 3 seperate tables.
Table_A
Table_X
Table_Z
Table_A acts as my master table. I would like to run a query to find if there are any matching hostnames in Table_X OR Table_Z
I can create a join relation between either Table_A and Table_X or between Table_A and Table_Z and it will give me the results but how to I make it work by joining all 3 tables simultaneously?