Merge multiple reports for printing

J

jhicsupt

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

Thanks in advance.
 
C

Chris2

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.
 
J

John W. Vinson

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]
 
Top