Z
Zamdrist
Getting an error message trying to run the TransferText command of the
DoCmd object.
"...Jet Database Engine could not find database object
'export.txt'..."
DoCmd.TransferText acImportFixed, "cmdExport", "qryOperation", "\
\mediaagent\dmsimport\export.txt"
Well I don't quite understand why I am getting this error message
considering that export.txt is the destination output. I can use
TransferSpreadSheet command just fine without errors, sans the export
spec.
I verified the export spec does exist in the same database, the path
is valid and it doesn't appear to matter whether I use UNC or or a
mapped drive letter either.
Thoughts?
Thanks
DoCmd object.
"...Jet Database Engine could not find database object
'export.txt'..."
DoCmd.TransferText acImportFixed, "cmdExport", "qryOperation", "\
\mediaagent\dmsimport\export.txt"
Well I don't quite understand why I am getting this error message
considering that export.txt is the destination output. I can use
TransferSpreadSheet command just fine without errors, sans the export
spec.
I verified the export spec does exist in the same database, the path
is valid and it doesn't appear to matter whether I use UNC or or a
mapped drive letter either.
Thoughts?
Thanks