I have seen a number of questions and requests for how to do this. I was doing a little investigation and found this interesting info on the Microsoft site.
Basically stated, through the SQL window of a regular query, you can run the INSERT INTO command using the ODBC connection string that you would have built with a pass-through query.
Knowing this, you can also very easily create this same SQL string and execute with the DoCmd.RunSql method in VBA.
Go check out the site for more info...
[link http://support.microsoft.com/kb/109824/en-us]MS Knowledge Base Article[/link]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.