I tried to Insert multipe rows with a commande like "Insert Into [Table1] (Col1, Col2, Col3) Select Col1, Col2, Col3 From [Table2]" but it didn't work.
This assuming that Table2 has already been loaded (and is resident in memory), if not you need to replace the "RESIDENT Table2" with a "FROM" and a filename.