Merge multiple reports for printing

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

Guest

I have 3 entirely separate reports. I would like have all 3 reports on one
report. Is this possible?

Thanks in advance.
 
jhicsupt said:
I have 3 entirely separate reports. I would like have all 3 reports on one
report. Is this possible?

Thanks in advance.

jhicsupt,

Are you saying:

1) That you want three MS Access Report objects printed at once?

2) That you wish to merge the design of three MS Access Report objects
into a single MS Access Report object?

#1 is very easy. Just create a Macro with three OpenReport lines to
print all three reports at once.

#2 might be easy, difficult, or a nightmare, all depending the nature
of the MS Access Report objects.

If #2 is correct you will want to post very detailed and very exact
descriptions of all three of your reports over on the reports
newsgroup: microsoft.public.access.reports. To substantially increase
the chances of getting a good answer, include your DDL, sample data,
and the SQL of all of the queries the reports are based on.


Sincerely,

Chris O.
 
I have 3 entirely separate reports. I would like have all 3 reports on one
report. Is this possible?

Thanks in advance.

Subject to the caveats discussed elsethread, one possibility is to create an
unbound Report and put these three on it as Subreports.

John W. Vinson [MVP]
 

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