Private Sub Command2_Click() DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel2, "STAFF Query", "C:\Users\Desktop\STAFF Query" & "Month(Date)" & "Day(Date", True End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)