N
noel
I have two data tables and I need to move data from datatable to the other.
The two data tables are not exactly the same so I cannot merge. Moving the
data is based on a field in datatable1 that maps to datatable2. The only
way to do this I assume is to loop through table1 and use table1.fieldmap to
get the value in table2. Any suggestions?
Thanks
The two data tables are not exactly the same so I cannot merge. Moving the
data is based on a field in datatable1 that maps to datatable2. The only
way to do this I assume is to loop through table1 and use table1.fieldmap to
get the value in table2. Any suggestions?
Thanks