read only error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks in advance.

I am trying to transfer data to an network folder.
Error message: Run-time error '3027' Cannot update. Database or object is
read-only.

I believe THIS TABLE IS NOT READY-ONLY.
Any comment is greatly appreciated.
(VBA Script)
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Report",
OutPutFile, True, "A2:C5"

Thanks
 
What's the value in OutputFile? Specifically, what's the file extension to
which you're trying to write? If it's not .xls, I believe you'll get that
error.
 
Back
Top