A Arvin Meyer [MVP] Oct 13, 2006 #2 Nettles said: I need a short cut to insert several rows at one go into a table Click to expand... You might try an Append or Insert query, something like: INSERT INTO tblMyTable SELECT * FROM tblMyOtherTable;
Nettles said: I need a short cut to insert several rows at one go into a table Click to expand... You might try an Append or Insert query, something like: INSERT INTO tblMyTable SELECT * FROM tblMyOtherTable;