G
Guest
Hi all,
I am sending a query out to a spreadsheet format:
DoCmd.TransferSpreadsheet yadda, yadda, yadda, conPath & "yadda yadda" & " -
Saved_" & Format(Date, "mm-dd-yyyy") & ".xls", True
I would like this portion to show the date AND time:
Format(Date, "mm-dd-yyyy")
Unfortunately, Windows will not allow a file to be saved with the ":"
(colon) character. Can anyone see a way around this? I tried using "."
(period) but that returned 0.00.00
Thank you in advance,
Nick X
I am sending a query out to a spreadsheet format:
DoCmd.TransferSpreadsheet yadda, yadda, yadda, conPath & "yadda yadda" & " -
Saved_" & Format(Date, "mm-dd-yyyy") & ".xls", True
I would like this portion to show the date AND time:
Format(Date, "mm-dd-yyyy")
Unfortunately, Windows will not allow a file to be saved with the ":"
(colon) character. Can anyone see a way around this? I tried using "."
(period) but that returned 0.00.00
Thank you in advance,
Nick X