Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DoCmd.OutputTo recordset?

Status
Not open for further replies.

sabavno

Programmer
Jul 25, 2002
381
CA
hi,

I was wondering if I could output recordset rather than table?

DoCmd.OutputTo acOutputTable, "Groups", acFormatXLS

Could I possibly have recordset name instead of the table name in this code line?

Thanks.
 
Thats a good one. My first guess would be to create a Query Def from the recordset, output the query, then delete the query.

Just a thought... lonniejohnson@prodev.com
ProDev, MS Access Applications B-)

May God blow your mind with His Glory in 2003.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top