Just realized that you want two word docs in one Access report....the only way I know is that you need to create a master doc from the two docs.
Main Topics
Browse All TopicsHi experts
I really need a solution for this. Please look at my bad picture example while i describe the problem.
I have a Access report and in that i would like to add/link to word files so the content is showing in the report. I know that it is only possible to view page one from the doc file.
One of my problems is, that the number of lines in the word documents are changing for month to month, but i can't see how to change the hight of the object according to the content of the word file?
My next problem is that i want document 2 to be showing right after document 1 but if both documents together takes up more space than the report page then some and only some of document 2 should be moved to report page 2.
I there any way these two things can be done?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
I have search on google and found that what i'm looking for is not possible, but one guy mentioned a possible solution where I use mail merge or something like that, and instead of creating the report in access and import a lot of word files that does not work properly I instead get data from Access into word. But is it possible to add/link a access report into a word doc?
Hi,
Although, I prefer just using the Access Reports module and exporting a report to Word if needed, some developers prefer Word as their report writer, and are able to integrate word into their Access applications by using Word Automation from Access. So the answer is Yes you can, using word automation from MS Acess.The reasons for doing so are as follows:
1. Word has a powerful set of commands for formatting and layout.
2. It is by its very design made for printing all kinds of things.
3. The command set is easy to master.
4. Word lets you create templates that can be stylized and used over and over again.
5. You have many ways to insert the data from Access into Word. For example, you can use:
a) Bookmarks/TypeText
b) MailMerge (and other fields)
c) Document variables
d) OLE links to charts, images or other objects
With automation, Access will be able to run Microsoft Word remotely and with the rich library of commands available in Word, you can do almost anything from Access, including passing data from tables and queries right into Word. For example, you could use the transfer text method to export your query (with your configuration parameters) to word or you could have a form to pass the configuration parameters, and then use word automation to build/modify document templates. See this link :
http://www.fontstuff.com/v
And In case you are inerested, here are free word template reports that can be downloaded, including a product catalog, generated from a 3rd party Word Report Generator, using vba code. If nothing, since the downloads are free, you will get an idea of what you can do with word and vba.
http://www.ljzsoft.com/wor
oops! The last link is no longer valid. Use this link instead:
http://www.ljzsoft.com/wor
Business Accounts
Answer for Membership
by: puppydogbuddyPosted on 2009-11-03 at 06:50:33ID: 25729453
I don't know about your first item, but I think you can correct the second item by:
1. placing your report in design view
2. clicking on the sorting/grouping tool
3. For each grouping that all the details (if possible) should appear together with the group header in the event of a page break> select "whole group" for the keep together property.
4. for each grouping that only the first detail line needs to appear together with the header in the event of a page break>select "with first detail" for the keep together property.