rfan
03-13-2007, 12:18 PM
How can I export different Access Report into same excel file?
Any suggestions are appreciated.
Thanks in advance.
rfan
Any suggestions are appreciated.
Thanks in advance.
rfan
|
View Full Version : Export different report into SAME excel file rfan 03-13-2007, 12:18 PM How can I export different Access Report into same excel file? Any suggestions are appreciated. Thanks in advance. rfan llkhoutx 03-14-2007, 07:26 AM Transfer the report recordsource, not the "report" itself. use docmd.transferspreadsheet acexport etc., picking the sheet and or cells you want to the data to go to. |