Recent content by platypus

  1. P

    Problem with filtering and printing report

    Great, the code from the Microsoft site works a treat after I worked out our printer's tray codes :) Thank you!
  2. P

    Problem with filtering and printing report

    The simple question is, why is the query not executed from within the TwoTrayPrinting function? DoCmd.OpenReport ReportName, acViewDesign, "qryReviewLetter" I just don't understand. Surely, someone here must understand the vagaries of MS Access better than me...no?
  3. 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