D
Dan
I have been trying to write an SQL query in Access--which
unfortunately does not support full outer joins, although I think the
problem goes beyond that--that has me stumped. I am trying to combine
two tables, and I think the problem can be best described with an
example.
Table 1
TypeID NameInId AmountIn
A Mary 30
A Ed 40
B Bob 50
C Frank 25
C Joe 30
Table 2
TypeID NameOutIdAmountOut
A Mary 40
A Joe 25
B Bob 60
C Frank 50
C Betty 30
Desired Result Table
TypeID NameId AmountIn AmountOut
A Mary 30 40
A Ed 40
B Bob 50 60
C Frank 25 50
C Joe 30
A Joe 25
C Betty 30
Any thoughts or hints would be appreciated.
--Dan
unfortunately does not support full outer joins, although I think the
problem goes beyond that--that has me stumped. I am trying to combine
two tables, and I think the problem can be best described with an
example.
Table 1
TypeID NameInId AmountIn
A Mary 30
A Ed 40
B Bob 50
C Frank 25
C Joe 30
Table 2
TypeID NameOutIdAmountOut
A Mary 40
A Joe 25
B Bob 60
C Frank 50
C Betty 30
Desired Result Table
TypeID NameId AmountIn AmountOut
A Mary 30 40
A Ed 40
B Bob 50 60
C Frank 25 50
C Joe 30
A Joe 25
C Betty 30
Any thoughts or hints would be appreciated.
--Dan