programatically importing an access table

  • Thread starter Thread starter Southern at Heart
  • Start date Start date
S

Southern at Heart

How Do I import a table from another ms access database into the current one?
I have:
strFolderFile as the complete path to where the database is
strTable as the Table in that database that I'd like to copy into my database
thanks
Southern@Heart
 
Southern at Heart said:
How Do I import a table from another ms access database into the current
one?
I have:
strFolderFile as the complete path to where the database is
strTable as the Table in that database that I'd like to copy into my
database
thanks
Southern@Heart

Take a look at "TransferDatabase" in the help file. It's easy enough...
 
Open the file to the database window.

Click on the Tables tab.

Select File | Get External ... | Import ...

Follow the wizard.

(actual clicks/choices will vary, depending on which version of Access you
are using...)

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top