Help to Export to txt file:DB Read only ?

  • Thread starter Thread starter HM
  • Start date Start date
H

HM

Hello,
Whenever, I run this error happen I do not know what
wrong , please advice.
The error is: "Run time error 3027 - Can not update.
Database or Object is read only."

Here is my code:
DoCmd.TransferText acExportDelim, "Export_Txt", _
"dbo_temp", "c:\Access Projects\TextFiles\Tranfer.doc"
Thanks in advance.
HM
 
Back
Top