LarryDeLaruelle
Technical User
I am trying to set up a TransferText and receive an error message:
Run-time error '3027':
Cannot update. Database or object is read only.
Here is my code:
DoCmd.TransferText acExportDelim, , "tblSvcTypeTest", "H:\Archive\SvcTypeTest", -1
I have full admin rights to the database
I'm using Access 2K with service pack 3 installed
I ran the manual export on this table and it worked fine.
Any idea why its choking on me?
Larry De Laruelle
Run-time error '3027':
Cannot update. Database or object is read only.
Here is my code:
DoCmd.TransferText acExportDelim, , "tblSvcTypeTest", "H:\Archive\SvcTypeTest", -1
I have full admin rights to the database
I'm using Access 2K with service pack 3 installed
I ran the manual export on this table and it worked fine.
Any idea why its choking on me?
Larry De Laruelle