Printing out multiple reports at one time

B

Bonnie43

I have one one table that houses employee info. I created 10 different
termination documents that are individual reports. I now want to be able to
print them all at once, instead of individually. Right now, they are
connected to a query asking for the employee ID # which then populates the
proper fields. Could you please show me what the code would look like for
the print button:
I will give you three of my doc names so you can use them in the code:
COBRA benefits
Exit Interview
Employee Information
thank you very much
 
A

Allen Browne

Bonnie, the simplest way to do this would be for you to bring up the
employee you want to print in your form. The command button can then print
each of the 10 reports for the current record in the form.

For your code, see:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html
You will have 10 lines that OpenReport.
 
B

Bonnie43

Oh my gosh!! I cannot thank you enough for t his information. It has opened a
new level of growth and I am really grateful. You made this easy - if you
haven't already, you should write a book. I have asked questions on here
before and it is often so techical that it leaves me frustrated. Since I am a
visual learner, your instruction was quite clear. Again, thank you it makes
the task so much easier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top