W
Weniger
I am exporting a report to .snp format using the OutputTo action in a
macro, and I am trying to include a date stamp in the file name: for
example, "2006-08-02-<filename>.snp".
I have tried concatenating the string in the Output File field
["c:\...\" & format(now(),"yyyy-mm-dd") & "<filename.snp>"] but the
file is saved as the code itself "& format(now(),"yyyy-mm-dd")..."
If someone could help with this I would appreciate it.
macro, and I am trying to include a date stamp in the file name: for
example, "2006-08-02-<filename>.snp".
I have tried concatenating the string in the Output File field
["c:\...\" & format(now(),"yyyy-mm-dd") & "<filename.snp>"] but the
file is saved as the code itself "& format(now(),"yyyy-mm-dd")..."
If someone could help with this I would appreciate it.