M
Maury Readinger
Guest
I am using vba to name a file for export. I set the file name up as filename.S & today's date.
The code works fine but the file is exported as filename#S. How do I set up the code to keep the period?
Ex.
str_FileName = "MMR.S" & Temp
DoCmd.TransferText acExportFixed, "MMR Export Specification", "Temp_MMRtext_Table", ThisFileName, False
The code works fine but the file is exported as filename#S. How do I set up the code to keep the period?
Ex.
str_FileName = "MMR.S" & Temp
DoCmd.TransferText acExportFixed, "MMR Export Specification", "Temp_MMRtext_Table", ThisFileName, False