Multiple copies of one report

Awes

Usually Confused
Local time
Today, 04:07
Joined
Aug 20, 2002
Messages
34
Hi Everyone

I'm sure I've seen the answer to my question on the Forum but I haven't been a able to find it using the search facility so I'm turning to you guys/gals for help.

I have a command button on a form that allows the user to print a copy of the selected report. The user has asked if I can modify the button so that when it is clicked it actually prints 2 copies of the report.

Is there an easy way to do this (like set a property somewhere)or do I need a small counter loop to run the print activity twice?

Thanks as usual for your comments.

Merry Christmas and a Happy New Year to you all.

Cheers

Awes.
 
Doh - I knew it !!

Hi Again

I just knew as soon as I posted the question I would work out the answer.

I have now replaced the DoCmd.OpenReport staement with DoCmd.Printout , , , , 2 and everything works fine :)

Thanks for taking the time to read the question.

Until next time.

Cheers

Awes
 

Users who are viewing this thread

Back
Top Bottom