Are talking about the DataTable class?
If so, you can create new rows in the destination table and then copy the values from one table's row to the new one. Explore the
DataTable class to find methods for creating and accessing rows.
-Peter
peterlanoie.blog