Every time I try the following command:
DoCmd.TransferText acExportDelim, "format_w_tab_header", "query123", "C:\aaa",-1
VBA tells me "Execution error 3027: update impossible, database or object is read-only."
Still, the "query123" object is not a read-only one.
Any clues?
Thanks!
DoCmd.TransferText acExportDelim, "format_w_tab_header", "query123", "C:\aaa",-1
VBA tells me "Execution error 3027: update impossible, database or object is read-only."
Still, the "query123" object is not a read-only one.
Any clues?
Thanks!