Form yüklendiğinde
Kod:
Private Sub Form_Current()
Me.A01.Visible = False
Me.T01.Visible = False
End Sub
Kod:
Private Sub Metin3_Change()
If Metin3 < "0" Then
T01.Visible = True
Else
A01.Visible = True
End If
End Sub
Private Sub Form_Current()
Me.A01.Visible = False
Me.T01.Visible = False
End Sub
Private Sub Metin3_Change()
If Metin3 < "0" Then
T01.Visible = True
Else
A01.Visible = True
End If
End Sub