G
Guest
I'm trying this:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.PrimaryContact.Visible = (Me.PrimaryContact = True)
Me.24HRContact.Visible = (Me.24HRContact = True)
End Sub
The debugger points to <.24> as a compile error with an expected: =
Why is this and what can I do to correct?
THANKS!!!
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.PrimaryContact.Visible = (Me.PrimaryContact = True)
Me.24HRContact.Visible = (Me.24HRContact = True)
End Sub
The debugger points to <.24> as a compile error with an expected: =
Why is this and what can I do to correct?
THANKS!!!