Dear Larry,
Thank you for your reply. I tried to run this command, but I am not sure if
I have all the arguments right.
I want to export the results of the query named "ClientRecordQuery" into the
database "ClientRecordDBF.dbf" in the same folder as the Access application.
If my Access application is called "Access DB.mdb" (I am not sure if I have
to provide the application name somewhere.
Here is the command I put together:
DoCmd.TransferDatabase acExport, "dBase III", , acQuery,
"ClientRecordQuery", "ClientRecordDBF", 0, 0
I get the error: invalid argument. It would be nice if they actually
specified which arguments are bad...
Regards,
Nicolae
"Larry Linson" <bo*****@localhost.not> wrote in message
news:eq*****************@nwrddc03.gnilink.net...
"Nicolae Fieraru" wrote
> What I actually need is to export the
> query as a db3 table.
Instead of TransferText, you will use TransferDatabase.
Larry Linson
Microsoft Access MVP