How do I automatically export a table to a dbiii file from Access.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently use the transfer text action in macros to import delimited text
files into an Acces Database. What I am trying to do is setup a macro to
transfer or export the information from those tables into dbIII files. Is
this possible???
 
The TransferDatabase action seems to only allow me to export the table to
another database, not just into a dbIII file. What's I'm looking to do is
just create a .dbf file from the data in a table like you can when you
manually export the table.
here is what my action looks like:

Tranfer Type: Export
Database Type: Dbase III
Database Name: original database.mdb
Object Type: Table
Source: Name of table to export from
Destination: path\name of table.dbf
Structure Only: No
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top