aarondewberry
IS-IT--Management
All
I current have this union query to give me all the results of these identical tables.
What I want to do is add one last table to the query, but...
The last table [tblPreNRC] has all the same fields as the other tables, but also has two additional fields.
All i want to see in this query from the last table are the fields that match the other tables. The two additional fields are not needed in this query.
Any ideas how to finish this SQL?
Select * From [Worktracking Amec]
UNION ALL
Select * From [Worktracking Enterprise]
UNION ALL
Select * From [Worktracking Browns North London]
UNION ALL
Select * From [Worktracking Docwra Clancy]
UNION ALL
Select * From [Worktracking Docwra North London]
UNION ALL
Select * From [Worktracking Comm Proj - Self Lay]
I current have this union query to give me all the results of these identical tables.
What I want to do is add one last table to the query, but...
The last table [tblPreNRC] has all the same fields as the other tables, but also has two additional fields.
All i want to see in this query from the last table are the fields that match the other tables. The two additional fields are not needed in this query.
Any ideas how to finish this SQL?
Select * From [Worktracking Amec]
UNION ALL
Select * From [Worktracking Enterprise]
UNION ALL
Select * From [Worktracking Browns North London]
UNION ALL
Select * From [Worktracking Docwra Clancy]
UNION ALL
Select * From [Worktracking Docwra North London]
UNION ALL
Select * From [Worktracking Comm Proj - Self Lay]