bptillman
Active Member
ok so ive got two tables and im merging there data together like so
select * from payment
union
select * from payment2
but when i execute it the resulting file does not have the properties of the previous talbes
like one field was set to be for dollar amounts but the results one does not. anyway to fix that?
select * from payment
union
select * from payment2
but when i execute it the resulting file does not have the properties of the previous talbes
like one field was set to be for dollar amounts but the results one does not. anyway to fix that?