Getting query into Excel

H

H. Martins

Hi,

If I do: RunCommand acCmdOutputToExcel
.... It opens Excel and presents present form data.

If I do DoCmd.TransferSpreadsheet acExport, , "qryQuery",
"fileFilename"
.... it generates a xls file containing query data

What about if I want the query data to be presented in Excel (itself),
not to be stored in a file?

Thanks
Henry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top