spikepl
Eledittingent Beliped
- Local time
- Today, 17:41
- Joined
- Nov 3, 2010
- Messages
- 6,142
How can I best go about merging existing Word-documents into one, from within Access?
A list of Word-documents exists in the DB, and I need to create one Word-file.
This file contains the List of contents, based on which documents were selected by the user, some other db-generated data, and of course the documents themselves.
The question is about the generalt tactic (the programming mines/explosions I will get to when I have an idea as to how to procede
: should I in Access create a new Word-doc object, add my db-generated data, and then the contents of each Word-doc on the list? Should I just create the Word-doc with db-generated data only, and somehow programmatically append the other relevant files? Or just dump a Report to a Word doc, and then append the rest?
Any suggestions? Just a few thoughts on the sensible approach would be nice, the coding part I think I can deal with.
A list of Word-documents exists in the DB, and I need to create one Word-file.
This file contains the List of contents, based on which documents were selected by the user, some other db-generated data, and of course the documents themselves.
The question is about the generalt tactic (the programming mines/explosions I will get to when I have an idea as to how to procede

Any suggestions? Just a few thoughts on the sensible approach would be nice, the coding part I think I can deal with.