I have to create a report that is editable. The report is rather simple with a few text fields and a few memo fields. There are three layers of Grouping. The problem is that the output is about 80% right, but the user will have to delete a few items, add some information, and clean it up to be more readable. If I export it as an RTF, the user ends up spending a lot of time removing hard returns, tabs, etc.
So my first question is about strategy. Do I build templates with bookmarks and call them? Do I use mail merge? I got some good code on that from this site. Do I skip the bookmarks and just work with recordsets and Word objects and ranges?
My bigger question is about making this a "continous" report. My detail section has a few text and memo fields. All the examples I have seen are about creating, multiple "single view" reports. If I use bookmarks, how do I repeat records in a detail section? Hope that makes sense.
I am proficient in automation, DAO/ADO, and VBA, and have extensive knowledge of the Access objects, but only mediocre knowledge of Word objects. Writing the code will not be the challenge, but picking a logical approach is. I could do this by brute force, but I would like to avoid creating a "Science Project", if there is an easier path to go down.
Thanks for any suggestions, or links to good examples.
So my first question is about strategy. Do I build templates with bookmarks and call them? Do I use mail merge? I got some good code on that from this site. Do I skip the bookmarks and just work with recordsets and Word objects and ranges?
My bigger question is about making this a "continous" report. My detail section has a few text and memo fields. All the examples I have seen are about creating, multiple "single view" reports. If I use bookmarks, how do I repeat records in a detail section? Hope that makes sense.
I am proficient in automation, DAO/ADO, and VBA, and have extensive knowledge of the Access objects, but only mediocre knowledge of Word objects. Writing the code will not be the challenge, but picking a logical approach is. I could do this by brute force, but I would like to avoid creating a "Science Project", if there is an easier path to go down.
Thanks for any suggestions, or links to good examples.