Syntax for Import Into from Different DBs - MS Access
问题 I'm trying to do (basically) an automated row copy from one backend to another as the backend is being used but is not fully developed (some tables are done, others not; adding the completed data into the more advanced db at the end of the day). I'd like to know what the syntax is for an SQL statement which: INSERT INTO tblMyBetterTable * IN "C:\\path_to_db\db.accdb" FROM tblMyTable IN "C:\\path_to_in_use_db\in-use-db.accdb" The syntax is not correct but I've searched for a while and can't