Access report and Word Document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Access report that has 3 reports and is an average of 5 pages per
company. What I would like to do is to have a Word document print immediately
following each company with 5 items printed on the Word Document that are
from the table of the report. Is this possible? If so how? I am working with
Access 97.
 
There are a number of ways to do this.

I'd need to see the data to be more specific, but using the OnPrint event of
the report, you can keep track of what is being printed, and run a procedure
when a stored value, like the company name, changes.

The called procedure can populate a Word document and print it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top