you can use Deleted table to get the the record that was updated and get all the feilds and insert them im table2.
like
Insert into Table2 Select * from deleted, provided table2 does not have Identity column, or use column list.
hope this is what you are looking for