mrchonginhk
Well-known Member
- Joined
- Dec 3, 2004
- Messages
- 679
I know it doesnt make sense but this is the situation I am facing.
I have 3 tables,
1st table has column A, B
2nd table has column C, D
3rd table has column E,F
I need to make a new query so the output is now a single table having 6 columns
A,B,C,D,E,F
How to do this ?
There is no index in all 3 tables.
The 1st row of these 3 tables need to goto the 1st line of the target query table, etc etc
Thanks
I have 3 tables,
1st table has column A, B
2nd table has column C, D
3rd table has column E,F
I need to make a new query so the output is now a single table having 6 columns
A,B,C,D,E,F
How to do this ?
There is no index in all 3 tables.
The 1st row of these 3 tables need to goto the 1st line of the target query table, etc etc
Thanks
Last edited: