I'm really hoping that someone could give me some pointers on how to do this. I have set up a form where the end user enters a begin date and end date, clicks on a command button and prints 4 different reports for a neighborhood one right after the other. This works great.
Now, the end users want to be able to select the number of copies and collate them. How do I do this? The macro I use right now behind the command button just opens the report and prints. In the macro, I tried adding select object, then printout, putting in five copies. And that works, but it defeats the whole purpose of each report printing back to back and saving the person the collating time. If I do it this way it prints rpt1-5x's, rpt2-5x's, rpt3-5x's, rpt4-5x's instead of rpt1&rpt2&rpt3&rpt4-5x's.
Is there any code or any command that I can add to the macro to let the user select the number of copies, but still have the reports print one right after the other?
Please help! Any advice at all will be greatly, greatly appreciated.
Thanks in advance!
[This message has been edited by Jill (edited 12-10-2001).]
Now, the end users want to be able to select the number of copies and collate them. How do I do this? The macro I use right now behind the command button just opens the report and prints. In the macro, I tried adding select object, then printout, putting in five copies. And that works, but it defeats the whole purpose of each report printing back to back and saving the person the collating time. If I do it this way it prints rpt1-5x's, rpt2-5x's, rpt3-5x's, rpt4-5x's instead of rpt1&rpt2&rpt3&rpt4-5x's.
Is there any code or any command that I can add to the macro to let the user select the number of copies, but still have the reports print one right after the other?
Please help! Any advice at all will be greatly, greatly appreciated.
Thanks in advance!
[This message has been edited by Jill (edited 12-10-2001).]