R
Rob Monroe
I am attempting to create a MSWord Mail Merge Data file from an access
database through VBA. I am operating through Office 2000.
The VBA line is somewhat like this:
DoCmd.TransferText acExportMerge, , "Name of Query", "Name of DAT file to be
created"
However whenever I try the code I get the following error:
Run-time error '3027':
Cannot update. Database or object is read-only.
I do not know what is causing this error nor how to correct it.
Rob Monroe
database through VBA. I am operating through Office 2000.
The VBA line is somewhat like this:
DoCmd.TransferText acExportMerge, , "Name of Query", "Name of DAT file to be
created"
However whenever I try the code I get the following error:
Run-time error '3027':
Cannot update. Database or object is read-only.
I do not know what is causing this error nor how to correct it.
Rob Monroe