Hi,
I am getting error " 3027: Cannot update. Database or object is read-only." when trying to export table into word document. I am using below code to export
DoCmd.TransferText acExportMerge, , "CGSList", MyDir & "\CGSList.doc"
Am I missing anything on my system or any code problem ?
Thanks in advance
I am getting error " 3027: Cannot update. Database or object is read-only." when trying to export table into word document. I am using below code to export
DoCmd.TransferText acExportMerge, , "CGSList", MyDir & "\CGSList.doc"
Am I missing anything on my system or any code problem ?
Thanks in advance