1.use table1 append from table2
2.use table1 append BLANK repl field1 with value1,field2 with value2
3.INSERT INTO table1 (field1,field2) values (value1,value2)