Search button

I

Ilan

I have a database with three main columns:
1) Problem.
2) Description.
3) Resolution.

I want to enter a few words in a form, and a query will show me all the
records that the words I inserted appears in.
It suppose to work the same as search button.
 
M

[MVP] S.Clark

Use the after update event procedure.

Visit the formscoding newsgroup for more information about coding behind
forms.
 
Top