Cannot update. Database or object is read-only. (1 Viewer)

Romanov

Registered User.
Local time
Today, 00:53
Joined
Jan 5, 2002
Messages
10
If have posted this quistion once before without finding any solution. I hope there is someone out there who can help - this is realy giving me a hard time.

I trie to do a simple code in Access 2000 :

Docmd.TransferText acExportMerge,, "tablename", "c:\filename.doc", True

I keep getting the error :

Cannot update. Database or object is read-only. The runtime error is '3027'

I have tried to do acExportDelim instead but that gives me the same answer.

What am I doing wrong here. Do I miss something - maybe in my installation ?????????????????

I have done this ofen in Access 97 - and it still works fine in Access 97 on the same machine ??.
What I'm trying to do is making a file with customer and a contact information. Thereafter I open a Word document with a macro that automaticaly merge with this file.
Is there another way to this ??



[This message has been edited by Romanov (edited 01-06-2002).]
 

jegenes

Registered User.
Local time
Today, 11:53
Joined
Aug 25, 2001
Messages
19
You might try this: Go into Windows Explorer and find your database file. Right-click on it and select "Properties". At the bottom of the window, under "Attributes" see if the "Read Only" box is checked. If it is, just click it to de-select it. Hope it works.

John
 

Users who are viewing this thread

Top Bottom