Button to open two reports

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

Guest

I can use the wizard to create a button which opens one report, but I need
two reports to open at once. One is invoice and prints office & customer
copies and other is a release ticket collected at gate.

I need these reports to print on close with out asking for the parameters
again. How do I accomplish this?
 
You can have two DoCmd.OpenReport.... lines in your command button code.
Also, consider using references to controls on forms for your parameters.
Users should never get prompted for parameters.
 
Is there a document in the knowledge base explaning how to do this? I don't
know how to adjust the code, just used the wizard to create the button.
 
I got the 2 reports to open, but I had to enter parameters for both reports.

Maybe I have things set up wrong. I would like to enter the parameters one
time and have both reports open, then print on close. Each report has
parameters.
 
Back
Top