A
AJOLSON
I am exporting a query to excel file on our server, but I would like to add
whatever the current date as an extention to the Name of the file.
Example
Current export file name AA.xls
Would like it to be: aa_04/16/2010.xls
How would I code that?
Here is what I have
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "AA", _
"\\Bhihnbwfa01\groups\HR\Verification\Org_View\ AA.xls", , "AA"
whatever the current date as an extention to the Name of the file.
Example
Current export file name AA.xls
Would like it to be: aa_04/16/2010.xls
How would I code that?
Here is what I have
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "AA", _
"\\Bhihnbwfa01\groups\HR\Verification\Org_View\ AA.xls", , "AA"