INSERT INTO tblTable IN 'C:\Documents and Settings\My Documents\External.mdb'
SELECT *
FROM tblTable;
[code]
You would change tblTable to the name of your local table and if the name of the table is different in the external mdb, then you would change that tblTable name too.