Hi Andy..
it doesnt work. When I click the button, the text box does not appear. The code for the button so far is:
Private Sub NoteButton_Click()
note.Visible = False
End Sub
The text box is hiden when I go into the form, but when I click on the command button, it does not appear...