how to print two report in the same time

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

Guest

Hi,
I have two reports for one employee, what I want to do is on click on a
command button the two reports will be printed at the same time.
Any one can help me plzzzzzzzzz
thanks!
 
1. Create a macro.

2. On the first line, choose the OpenReport action, and fill in the report
name at the bottom.

3. On the next line, choose OpenReport again, and fill in the name of the
2nd report.

4. Save the macro.

5. Assign it to the On Click property of your command button.
 
Back
Top