clearing search text box

Muneer

New member
Local time
Today, 17:18
Joined
Jul 17, 2000
Messages
7
can some one tell me the way
I have a search field in my form it works fine through a combo box
the prblem I want it to clear after I get my record.
thanks
 
Make your last statement in your code

me.[SearchTextBox] = "" or me.[combobox] = ""
 

Users who are viewing this thread

Back
Top Bottom