When I use the following command in Access 2000 :
Docmd.TransferText acExportMerge,, "tablename", "c:\filename.doc", True, ""
I get an error message saing :
Cannot update. Database or object is Read-Only.
The exact same code is used in my Access 97 application and works fine. If I take the example from the help file in access I also get this error.
Can anyone help me on this ??
Romanov
Docmd.TransferText acExportMerge,, "tablename", "c:\filename.doc", True, ""
I get an error message saing :
Cannot update. Database or object is Read-Only.
The exact same code is used in my Access 97 application and works fine. If I take the example from the help file in access I also get this error.
Can anyone help me on this ??
Romanov