but will that just create new entries? I need to update certain dates
for example
table1
2002,203,2003,12,20, maryland, 50000
2002,150,2003,4,15,utah, 400
table2
2002,203,2001,3,14,maryland, 50000
2002,150,2001,1,30, utah, 400
so what I need to do is update the 2001,3,14 in table 2 to the corresponding field in table1 (in this example, it would be updating to 2003,12,20)