View Full Version : clearing search text box


Muneer
07-18-2000, 07:53 AM
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

DML
07-18-2000, 08:13 AM
Make your last statement in your code

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