I have an Export button and this is the line of code that I use to export a record
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "qry_DetectionTraining", strBackUpDogNameFolder & "\BackUpTraining.xls", True
So logic says that I should be using...