How to export different report into SAME excel file

rfan

New member
Local time
Today, 04:45
Joined
Mar 13, 2007
Messages
9
How can I export different report into SAME excel file?
Any suggestions are appreciated.
Thanks in advance.





rfan
 
Yup, double-posted here and twice in reports.

Don't do that.

If nobody answers, your question didn't really make sense. Hope that someone asks you what you really wanted to do. Like, me.

Are you asking to add another worksheet to the file or to append the report to the bottom of the same sheet as another report already exported?
 
Well, just append the report to the bottom of the same sheet.



Thank you.

PS: I won't post twice next time, sorry about that.
 
OK, that's actually trickier than creating a new sheet.

The catch is that the NORMAL Access "TransferSpreadsheet" routine wants to start at the top of the sheet. It is further complicated by the fact that transferring a REPORT is not the same as transferring a query.

To be honest, I've never seen anyone send a report to a spreadsheet before. All prior cases were to Word-compatible files like .RTF or .TXT formats. Now that the question has been clarified, I'm going to have to step back because I don't know how to do what you requested directly.

There IS such a thing as transferring to a new spreadsheet and then merging the spreadsheets from Excel - but that isn't the question you asked.
 
well, is it possible to transfer into one RTF or TXT then?
If not, how does merging of Excel Spreadsheets works?


PS:
What exaclty I want to do is to combine report data (with same named
text box) into one file for my clients, and make this procedure as easy as
possible.


rfan
 
What if you import the existing Excel sheet into a dummy table, append the records that would go in the report to the dummy table, export the dummy table back to Excel, write over the existing Excel file, and delete the dummy table?
 

Users who are viewing this thread

Back
Top Bottom