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
 
Back
Top