Hi all,
I have one Db in forms Form3 its gives me the individual brokers total on continuous form,
i want to hide the text box if total is "0"
i have used: on Current
Private Sub Form_Current() If Me.BAL = 0 Then
Me.Detail.Visible = False
End If
End Sub
even text box but its hide all detail or text boxes even there are value.
i want to hide only those text box which value is null means 0
please find the attachment and refer form3 on concatenate - AD40123 , Entry Date - 27-04-2012
and press click me button. Thanks!!