C
CCrew2000
I'm merging two queries togther using the SQL coding shown below. For some
reason, I'm able to merge all the data together except the [JE Amt] from
query [Bt - JE 50]. The cells in question are blank. How can i figure out
what isn't working?
SELECT [company code], [account # to], [cost center to], [JE Amt], [sign],
[descr], [material #], [payer], [customer], [dist channel]
FROM [Bt - JE 40]
UNION ALL
SELECT [company code], [account # to], [cost center], [JE Amt], [sign],
[descr], [material #], [payer], [customer], [dist channel]
FROM [Bt - JE 50]
reason, I'm able to merge all the data together except the [JE Amt] from
query [Bt - JE 50]. The cells in question are blank. How can i figure out
what isn't working?
SELECT [company code], [account # to], [cost center to], [JE Amt], [sign],
[descr], [material #], [payer], [customer], [dist channel]
FROM [Bt - JE 40]
UNION ALL
SELECT [company code], [account # to], [cost center], [JE Amt], [sign],
[descr], [material #], [payer], [customer], [dist channel]
FROM [Bt - JE 50]