I want to take the current, filtered recordset from my Access 2010 form and export it to Excel for a Word mail-merge.
but the TransferSpreadsheet OR docmd.output commands required a fixed table or query???
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, _
"tablename", "e:\Access2010\tmpCCdeclined.xls", True