I am looking to combine a tables with multiple queries into one table.
I have I have a table that contains a field [LEM] which is common to all 4 queries.
The 4 queries each have 2 common fields and 3 different fields.
LEM_A
- LEM
- WO
- A1
- A2
- A3
LEM_B
- LEM
- WO
- B1
- B2
- B3
LEM_C
and so foreth
I want to combine these into one table with a format like this:
LEM | WO | A1 | A2 | A3 | B1 | B2 | B3 | ...
I've ran into issues because some tables don't have the same information in the WO field, it ends up return into no information.
Any help is greatly appreaciated, thanks.
I have I have a table that contains a field [LEM] which is common to all 4 queries.
The 4 queries each have 2 common fields and 3 different fields.
LEM_A
- LEM
- WO
- A1
- A2
- A3
LEM_B
- LEM
- WO
- B1
- B2
- B3
LEM_C
and so foreth
I want to combine these into one table with a format like this:
LEM | WO | A1 | A2 | A3 | B1 | B2 | B3 | ...
I've ran into issues because some tables don't have the same information in the WO field, it ends up return into no information.
Any help is greatly appreaciated, thanks.