i am using the transfer text method to export a text file
DoCmd.TransferText_acExportDelim, , "qry_output", "C:\externals.txt"
it give me an output as shown
"ext_huckerch","Huckerby","Cheryl","2588178"
i want to have
ext_huckerch,Huckerby,Cheryl,2588178
it apparebtly can be done using the specification name but i have no idea how to go about this
can anyone help?
DoCmd.TransferText_acExportDelim, , "qry_output", "C:\externals.txt"
it give me an output as shown
"ext_huckerch","Huckerby","Cheryl","2588178"
i want to have
ext_huckerch,Huckerby,Cheryl,2588178
it apparebtly can be done using the specification name but i have no idea how to go about this
can anyone help?