IMPORT QUERY - Help!!!

  • Thread starter OriginalStealth
  • Start date
O

OriginalStealth

The import screen allows you to import a query as a table. The feature is
under <Options>, on the import screen. How can I import a query result set
as a table in vba?

Thanks in Advance
OS
 
A

Alex Dybenko

You can use Select Into query (make-table query) to do so
look at access help for more info
 
Top