G
Guest
I am using the method:
docmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97,
"MySpecification", strPath & "\MyFile"
when the strPath is "c:\" I mind the root, it works, but
when the strPath is "c:\Documents and settings\myuser\my documents\" it says
"it can't update ERROR 3027, the database o the object is readonly"
Somebody can help me?
docmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97,
"MySpecification", strPath & "\MyFile"
when the strPath is "c:\" I mind the root, it works, but
when the strPath is "c:\Documents and settings\myuser\my documents\" it says
"it can't update ERROR 3027, the database o the object is readonly"
Somebody can help me?