I need to export a Access recordsetclone to an Excel file.

M

Mark McLaren

I would like to export access data populating a form that reflects filtering
that has been done on the form. I found that Docmd.Transferspreadsheet does
not accept recordsets as the information to export.
 
K

Klatuu

Right, but you can construct a parameter query that filters based on
selections made in your form and use that to do the export.
 
Top