gertNo1
Technical User
- Sep 30, 2007
- 42
Ok, I give up!!!
I have read several postings and only found one that kinda helps. I tried exporting the table as TransferSpreadsheet and it worked. But I did that just to rule out that the database was read-only.
I am getting the msg:
"Cannot Update. Database or object is read only"
Here are the open and export statements.
DoCmd.TransferText acExportDelim, "Export_Pending_spec", "Delete_Records", "C:\WF_Delete_GT60_Days_Pending_" & hDate
Also: I reduced the filename and path and that didn't help. The suffix 'hdate' is fine, I even removed it to rule it out.
Does anyone see what I'm doing wrong? Or is there something else I should try?
Thanx
I have read several postings and only found one that kinda helps. I tried exporting the table as TransferSpreadsheet and it worked. But I did that just to rule out that the database was read-only.
I am getting the msg:
"Cannot Update. Database or object is read only"
Here are the open and export statements.
DoCmd.TransferText acExportDelim, "Export_Pending_spec", "Delete_Records", "C:\WF_Delete_GT60_Days_Pending_" & hDate
Also: I reduced the filename and path and that didn't help. The suffix 'hdate' is fine, I even removed it to rule it out.
Does anyone see what I'm doing wrong? Or is there something else I should try?
Thanx