Kod:
Private Sub Komut1_Click()
If Me!Komut1.Caption = "&GÖSTER" Then
Me!Alt1.Visible = True
Me!Komut1.Caption = "&GİZLE"
Else
Me!Alt1.Visible = False
Me!Komut1.Caption = "&GÖSTER"
End If
End Sub