Run-time Error 3027 when doing AcExportMerge 
Author Message
 Run-time Error 3027 when doing AcExportMerge

The code below is very persistent in producing the  run-
time error 3027.:
**************************
Private Sub Command1_Click()
DoCmd.TransferText
acExportMerge, , "qrymailshot", "c:\mailshot.doc"

End Sub
*********************
I use Office XP home edition and Access 2000 SR-1
Neither table Or DB is read only.
Any help will be greatly appriciated.

regards
Henning Birkeslund



Tue, 30 Nov 2004 02:44:48 GMT  
 Run-time Error 3027 when doing AcExportMerge
Ms Kb Q245407, just change the extension to .txt or .csv then use the
Name/As command to change the file

Steve


Quote:
> The code below is very persistent in producing the  run-
> time error 3027.:
> **************************
> Private Sub Command1_Click()
> DoCmd.TransferText
> acExportMerge, , "qrymailshot", "c:\mailshot.doc"

> End Sub
> *********************
> I use Office XP home edition and Access 2000 SR-1
> Neither table Or DB is read only.
> Any help will be greatly appriciated.

> regards
> Henning Birkeslund



Tue, 30 Nov 2004 03:17:33 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Database or object is read only run time error 3027

2. Run-time error '3027'

3. Run-time error 3027

4. Run-time error 3027

5. Run time Error: 3027: Can't update database or object is readonly

6. cannot update, runtime error 3027

7. ERROR 3027

8. Help with Error 3027

9. Addnew: Error 3027 with attached tables

10. Error 3027 When exporting to XLS with long destination name

11. Error 3027

12. Error 3027 After Deploying

 

 
Powered by phpBB® Forum Software