I have the Debug on
"Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)" statement
But when I run the report, the debug is not triggered?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me.PrintFlag Then
Me.Chqamt.Visible = True
Else
Me.Chqamt.Visible = False
End If
MsgBox " Printing"
End Sub
There is no respond from msgbox statement