Search results

  1. P

    Problem with filtering and printing report

    I have a form with a button that runs this code: Private Sub Command645_Click() On Error GoTo Err_Command645_Click Dim stDocName As String stDocName = "myLetter" 'Calling TwoTrayPrinting function from SelectPrinterTray Module ' to select letter head tray for first page of report plain...
Back
Top Bottom