Opening reports from command buttons

  • Thread starter Thread starter FEd
  • Start date Start date
F

FEd

Hi all.

Our DB currently has only 3 reports. The client would like
to press a button once, and get 4 copies of report 1, 2
copies of report 2, and four of report 3.

This is because they are using "Customer Copy, Office
Copy", that kind of thing.

I'm not sure if there is a switch in DoCmd.OpenReport, or
something.

My idea was to pass a value to the first report, if it is
looking to create the multipage package, then I could use
code in the report to open the next etc.

I just wanted to see if anyone knew a different command
that I may not be aware of?

Thank you
 
-----Original Message-----
Hi all.

Our DB currently has only 3 reports. The client would like
to press a button once, and get 4 copies of report 1, 2
copies of report 2, and four of report 3.

This is because they are using "Customer Copy, Office
Copy", that kind of thing.

I'm not sure if there is a switch in DoCmd.OpenReport, or
something.

My idea was to pass a value to the first report, if it is
looking to create the multipage package, then I could use
code in the report to open the next etc.

I just wanted to see if anyone knew a different command
that I may not be aware of?

Thank you
.
Hi FEd,

you can find a solution on the Access Web
http://www.mvps.org/access/reports/rpt0001.htm

Luck
Jonathan
 
Back
Top