I'm running the following code as part of a greater function:
DoCmd.TransferText acExportDelim, StOutputSpec, StOutputTable, Stfilepath & StOutputFile, -1
When I get to this line I get the following error;
"Cannot Update. Database or Object is Read Only"
This makes no sense as thee is no existing file of this name in the directory.
DoCmd.TransferText acExportDelim, StOutputSpec, StOutputTable, Stfilepath & StOutputFile, -1
When I get to this line I get the following error;
"Cannot Update. Database or Object is Read Only"
This makes no sense as thee is no existing file of this name in the directory.