E
Eric_G
I'm attempting to add a conditional format so that the "border" becomes
transparent if the value of a text boxis equal to "Y". If the value is other
than "Y", then I want the border to show up.
I've attempted this code to no avail:
'Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
' IIf(IsNull(Me.Tickbox),Me.BorderStyle.Tickbox = "0",
me.borderstyle.tickbox = "2")
'End Sub
Any suggestions?
transparent if the value of a text boxis equal to "Y". If the value is other
than "Y", then I want the border to show up.
I've attempted this code to no avail:
'Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
' IIf(IsNull(Me.Tickbox),Me.BorderStyle.Tickbox = "0",
me.borderstyle.tickbox = "2")
'End Sub
Any suggestions?