A
andyw
Hi,
I currently have this piece of code:
Private Sub Command19_Click()
Toggle20.Visible = True
End Sub
So when the button is pressed toggle20 becomes visable.
What do I need to add to this to to enable the toggle20 to become
hidden once again if the button is pressed once more?
I currently have this piece of code:
Private Sub Command19_Click()
Toggle20.Visible = True
End Sub
So when the button is pressed toggle20 becomes visable.
What do I need to add to this to to enable the toggle20 to become
hidden once again if the button is pressed once more?