R
Robert Robichaud
I've created a global temporary table in SQL (called ##myTempTable) and wish
to export its content to a .CSV file. When I run
DoCmd.TransferText acExportDelim, , "##myTempTable", strFileName, True
I get a run-time error of 7874. I can display the contents of this table in
Query Analyser.
Any ideas?
to export its content to a .CSV file. When I run
DoCmd.TransferText acExportDelim, , "##myTempTable", strFileName, True
I get a run-time error of 7874. I can display the contents of this table in
Query Analyser.
Any ideas?