I have two unrelated tables that have an equal number of records. I need a query that will just show the columns of the first next to the columns of the second.
Example:
Table A
1 2 3
1 2 3
Table B
4 5 6
4 5 6
RESULT
1 2 3 4 5 6
1 2 3 4 5 6
[This message has been edited by Dominato (edited 04-11-2002).]
Example:
Table A
1 2 3
1 2 3
Table B
4 5 6
4 5 6
RESULT
1 2 3 4 5 6
1 2 3 4 5 6
[This message has been edited by Dominato (edited 04-11-2002).]