TheLazyPig
Programmer
Hi!
How to consolidate three dbf files into one? The table consist of tin,account_name,lname,fname,mname,tax_base,amt_wth,return_period.
I wanted to SUM tax_base and amt_wth within the three tables. So if the account_name of 3 tables has AAA the output would have a row of AAA with the sum of tax_base and amt_wth from the record in each table.
The only consolidation that I know is to combine all of the records into one table like APPEND FROM table2 to table1...
Thank you
How to consolidate three dbf files into one? The table consist of tin,account_name,lname,fname,mname,tax_base,amt_wth,return_period.
I wanted to SUM tax_base and amt_wth within the three tables. So if the account_name of 3 tables has AAA the output would have a row of AAA with the sum of tax_base and amt_wth from the record in each table.
The only consolidation that I know is to combine all of the records into one table like APPEND FROM table2 to table1...
Thank you