Ruby,
The very simplest way to do this is as follows:
1) In design view, set the "visible" property of the text box to "no". Thus when the form opens, it will be hidden.
2) In the ONCLICK event of the command button, write the following code:
note.visible=False
... and voila. The text box...