Is there anyway of Joining two or more DataTable with similar structure?
I have three DataTables with following structures
Data, AmountB/F, Repayments, InterestCharged and AmountC/F
i want to join these tables on the basis of Date. I don't want three rows for each date, i want the values to be added for similar dates.
thanx
I have three DataTables with following structures
Data, AmountB/F, Repayments, InterestCharged and AmountC/F
i want to join these tables on the basis of Date. I don't want three rows for each date, i want the values to be added for similar dates.
thanx