B
Bob Vance
If I change acNormal to acViewPreview I dont get a preview but acNormal
prints
Thanks for any Help...........Bob
Private Sub cmdPrintAll_Click()
Dim stDocName As String
Dim savRepName As String, savFileName As String
DoCmd.OpenReport "rptOwnerPaymentMethodBatch", acViewPreview, , , ,
"Statement"
DoCmd.Close acForm, Me.Name
End Sub
prints
Thanks for any Help...........Bob
Private Sub cmdPrintAll_Click()
Dim stDocName As String
Dim savRepName As String, savFileName As String
DoCmd.OpenReport "rptOwnerPaymentMethodBatch", acViewPreview, , , ,
"Statement"
DoCmd.Close acForm, Me.Name
End Sub