T
Tim
Hi,
In Access 2002 I need to output a DBF file from VB code.
I was planning to create a temporary table, then use the
TransferDatabase action. However, it seems this action
requires the DBF file to be existing.
Is there any way to output a table (or a recordset or
whatever) to a new DBF database via code?
I know that it can be done by the user. The export
function can create a new DBF database.
I tried using: DoCmd.RunCommand acCmdExport
....but that just brings up the export dialog. I need for
this to be totally automated.
Please help!!! Thanks.
Tim
In Access 2002 I need to output a DBF file from VB code.
I was planning to create a temporary table, then use the
TransferDatabase action. However, it seems this action
requires the DBF file to be existing.
Is there any way to output a table (or a recordset or
whatever) to a new DBF database via code?
I know that it can be done by the user. The export
function can create a new DBF database.
I tried using: DoCmd.RunCommand acCmdExport
....but that just brings up the export dialog. I need for
this to be totally automated.
Please help!!! Thanks.
Tim