J
John J.
I have data like:
Table1 Table2
Fld1 Fld1
A A
B C
E D
F F
I would like to make a query that gives me
ResultTable with 2 fields:
InTbl1 InTbl2
A A
B
C
D
E
F F
Is this possible to do in one query?
Thank you.
John
Table1 Table2
Fld1 Fld1
A A
B C
E D
F F
I would like to make a query that gives me
ResultTable with 2 fields:
InTbl1 InTbl2
A A
B
C
D
E
F F
Is this possible to do in one query?
Thank you.
John