P
Pamela
I have an unbound text box on my switchboard into which users put criteria
which is then used to find the corresponding records. When the OnClick event
of the command button fires, I want the text box to reset itself - deleting
the previously entered value and making the field empty and ready for new
input which again can be searched. I've tried using Me.Text2.Requery and
Me.Text2.Undo but neither of these seem to work. I've even Me.Text2 = " "
and while it does make the field blank, when the user then inputs data to
search again, the system doesn't find a match. Thanks so much for any help!
Pamela
which is then used to find the corresponding records. When the OnClick event
of the command button fires, I want the text box to reset itself - deleting
the previously entered value and making the field empty and ready for new
input which again can be searched. I've tried using Me.Text2.Requery and
Me.Text2.Undo but neither of these seem to work. I've even Me.Text2 = " "
and while it does make the field blank, when the user then inputs data to
search again, the system doesn't find a match. Thanks so much for any help!
Pamela