A
AJOLSON
I am exporting a query but want excel file name to stay the same but have a
date appended to the end. I would want the Date to change to reflect the
date exported. Here is what I have
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "ExportQr", _
"\\bhihnbwfa01\Groups\HRR_WFA\ReportsEDM\CombinedDB\ArchivedWeeks\
Combined.XLS", , "Headcount"
How would I get this to save as Combined(currentdate).xls?
Thanks
date appended to the end. I would want the Date to change to reflect the
date exported. Here is what I have
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "ExportQr", _
"\\bhihnbwfa01\Groups\HRR_WFA\ReportsEDM\CombinedDB\ArchivedWeeks\
Combined.XLS", , "Headcount"
How would I get this to save as Combined(currentdate).xls?
Thanks