create a new database and export a table in it

  • Thread starter Thread starter kaptnkill
  • Start date Start date
K

kaptnkill

Guest
Can this be done with vb ?
i have a table i need to export but i want to export it alone(it seem access need a database to export it to)
so i guess i need to create the database on the fly before that...
any suggestion or help ?

tanx a lot
 
Either create a blank database and import the table from there.

File
Get External Data
Import

Or

Select the table
File
Export
Pick your location database.
 

Users who are viewing this thread

Back
Top Bottom