I an having difficulty using .visable = false method
I keep getting the error
Runtime Error '438' Object doesnt support this property or method.
My code is below.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.Product1.visable = False
End If
End Sub
Any help is much appreciated
I keep getting the error
Runtime Error '438' Object doesnt support this property or method.
My code is below.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.Product1.visable = False
End If
End Sub
Any help is much appreciated