Output to Excel File

  • Thread starter Thread starter seo-highrankings.com
  • Start date Start date
Create a query which represents the way you would like to
see the data in Excel. Use docmd.sendobject in VB to
autmatically save the this query in Excel.

You could create a Button on a Form which automatically
runs the docmd.sendobject command for you in VB. Your
help file will tell you about the docmd.sendobject
settings. Your third argument should be acFormatXLS.

Good luck.

Kevin
 

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

Back
Top