
03-17-2004, 09:45 PM
|
 |
Centurion
|
|
Join Date: Jan 2004
Location: Portland, OR
Posts: 161
|
|
|
I'm sorry, it's supposed to be GotFocus, not onFocus...I'm getting my programming languages mixed up again...
Private Sub Text1_GotFocus()
Text1.Text = ""
End Sub
That should clear out the textbox when it get the focus, either by clicking it or by tabing to it.
|
|