Use the DoCMD.transferspreadsheet method. Here is an example
DoCmd.TransferSpreadsheet acExport, 3, _
"Employees","C:\Lotus\Newemps.wk3", True, "A1:G12"
Instead of Employees, you would use your query name.
Once you start typing the command you know it will help you with all the...