I
Ivor Williams
I have in in the AfterUpdate event of a form the following code:
If PrepareSubsTrans = -1 Then DoCmd.OpenReport "rptSubsTrans", acViewPrint
Everything works fine, but I want to print 2 copies of the report. How do I
include this in the code?
Ivor
If PrepareSubsTrans = -1 Then DoCmd.OpenReport "rptSubsTrans", acViewPrint
Everything works fine, but I want to print 2 copies of the report. How do I
include this in the code?
Ivor