I am having an issue with using TransferText where the file name is not properly created. see code below...
lcExportFileName = "C:\Commissions\EPI.01.73.CSV"
DoCmd.TransferText acExportDelim, "Export_Spec", "qryADP_PayRoll_Final", lcExportFileName
The file namee created is "EPI#01#73.CSV".
I will research using the file script object to see if I can rename the file... but, hopefully there is a better way.
Any help is appreciated... tia, Steve Medvid
"IT Consultant & Web Master"
web page under development...
lcExportFileName = "C:\Commissions\EPI.01.73.CSV"
DoCmd.TransferText acExportDelim, "Export_Spec", "qryADP_PayRoll_Final", lcExportFileName
The file namee created is "EPI#01#73.CSV".
I will research using the file script object to see if I can rename the file... but, hopefully there is a better way.
Any help is appreciated... tia, Steve Medvid
"IT Consultant & Web Master"
web page under development...