Louise has attended:
Access Advanced course
Access VBA course
Access VBA
If I required data to be exported to excel and a file created, how would I reference the date it is generated in the file name?
RE: Access VBA
Hi Louise. Simply concatenate the "Date" function to the end of the filename then TransferSpreadsheet out, as here:
http://www.pcreview.co.uk/forums/add-date-export-file-name-t3997246.html
Hope this helps,
Anthony