R
Ron Carr
I am attempting to use TransferDatabase to create a .dbf file that goes into
another application.
The 3rd parameter is causing me problems.
Help says"A string expression that's the full name, including the path, of
the database you want to use to import, export, or link data."
That's what I have, but I am told this is an invalid path.
DellInputData is data-only back end.
I have tried this with the front end DB also no joy.
IOptions.dbf is the output table I would like to create.
DoCmd.TransferDatabase acExport, "dBase 5.0",
"C:\Users\Ron\Access\LymeComputerSystems\DellInputData.mdb", acTable,
"DellOutput", "C:\Users\Ron\Access\LymeComputerSystems\IOptions.dbf"
Message:
'"C:\Users\Ron\Access\LymeComputerSystems\DellInputData.mdb" is not a valid
path'
Any ideas please?
Ron
another application.
The 3rd parameter is causing me problems.
Help says"A string expression that's the full name, including the path, of
the database you want to use to import, export, or link data."
That's what I have, but I am told this is an invalid path.
DellInputData is data-only back end.
I have tried this with the front end DB also no joy.
IOptions.dbf is the output table I would like to create.
DoCmd.TransferDatabase acExport, "dBase 5.0",
"C:\Users\Ron\Access\LymeComputerSystems\DellInputData.mdb", acTable,
"DellOutput", "C:\Users\Ron\Access\LymeComputerSystems\IOptions.dbf"
Message:
'"C:\Users\Ron\Access\LymeComputerSystems\DellInputData.mdb" is not a valid
path'
Any ideas please?
Ron