T
Tom Ventouris
I am exporting from A2003, directly from a Table.
The code below works fine, but I need to change the resulting text file
extension to .dat.
Changing to filename.dat, in this code, returns an error message, "the
object or database are read only". Any suggestions that do not require
changing the file name and extension after the export?
DoCmd.TransferText acExportDelim, "Exportspecification", "TableName",
"C:\Documents and Settings\User\folder\filename.txt", True, ""
The code below works fine, but I need to change the resulting text file
extension to .dat.
Changing to filename.dat, in this code, returns an error message, "the
object or database are read only". Any suggestions that do not require
changing the file name and extension after the export?
DoCmd.TransferText acExportDelim, "Exportspecification", "TableName",
"C:\Documents and Settings\User\folder\filename.txt", True, ""