border20
Registered User.
- Local time
- Today, 14:23
- Joined
- Jan 8, 2003
- Messages
- 92
I have a problem with the folowing line
DoCmd.TransferSpreadsheet acExport, 8, "tablenameQ", "C:\test.xls", False
I get an error saying that update is impossible, database or objet is read-only.
But neiter the database or excel document is read-only...
why is this ?
thx
DoCmd.TransferSpreadsheet acExport, 8, "tablenameQ", "C:\test.xls", False
I get an error saying that update is impossible, database or objet is read-only.
But neiter the database or excel document is read-only...
why is this ?
thx