Jan 28, 2003 #1 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.
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.
Jan 28, 2003 #2 LonnieJohnson Programmer Apr 16, 2001 2,628 US 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. Upvote 0 Downvote
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.