I am using the code
DoCmd.TransferText acExportDelim, "", "PromoID", "C:\Temp\promo.txt"
and the delimiter is a comma in the text file. I wish to change the delimiter to a pipe "|". The command does not have a variable for setting the delimiter. Does anyone know of how to do this?
Thanks in advance.
Q
DoCmd.TransferText acExportDelim, "", "PromoID", "C:\Temp\promo.txt"
and the delimiter is a comma in the text file. I wish to change the delimiter to a pipe "|". The command does not have a variable for setting the delimiter. Does anyone know of how to do this?
Thanks in advance.
Q