I am tryiing to solve the same issue; modify a report to supress printing when a specific control value is null. The statement below produces a Run-Time Error 424 Object Required messages. Any suggestions?
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
If Me!PaymentID...