export macro

G

guidop12

I have design a macro to export a DBF file but I get an error saying the
database name can't be found. Below is the criteria I'm using

Transfer Database
Transfer Type: Export
Database Type: DBaseIII
Database Name:c:\purl\purl.mdb
Object Type: Query
Source: qryexport
Destination: C:\purl\output.dbf

I'm not sure what I'm doing wrong or if it could even be done this way. Any
help will be appreciated.
Pam
 
D

Daryl S

Pam -

The Database Name only includes the path up to the subdirectory for dBase
files, and the Destination only include the file name, not the path. Try
this:

Transfer Database
Transfer Type: Export
Database Type: DBaseIII
Database Name:c:\purl\
Object Type: Query
Source: qryexport
Destination: output.dbf
 

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

Top