Rainer2000
IS-IT--Management
Hallo there,
I intend to print out a report sorted in such away that i get Page 1 twice, Page 2 twice and so on.
Access seems to ignore this request. It prints page 1 though X always one single page.
Here is the code I have.
Private Sub Befehl176_Click()
On Error GoTo Err_Befehl176_Click
Dim stDocName As String
stDocName = "Versand"
Set Application.Printer = Application.Printers(2) ' D1A
DoCmd.OpenReport stDocName, acPreview
DoCmd.PrintOut , , , , 2, False
DoCmd.Close
Can anybody hlp?
I intend to print out a report sorted in such away that i get Page 1 twice, Page 2 twice and so on.
Access seems to ignore this request. It prints page 1 though X always one single page.
Here is the code I have.
Private Sub Befehl176_Click()
On Error GoTo Err_Befehl176_Click
Dim stDocName As String
stDocName = "Versand"
Set Application.Printer = Application.Printers(2) ' D1A
DoCmd.OpenReport stDocName, acPreview
DoCmd.PrintOut , , , , 2, False
DoCmd.Close
Can anybody hlp?