Textbox Filter.

matsuir

New member
Local time
Today, 01:26
Joined
Jun 4, 2008
Messages
3
I have a data table. filled with Memo data and text data.

I would like to have a form that you can modify this data and also have a text box that you could type and it will filter all records that does not consist that string of text.


So if i have 100 records every record that does not consist the string "Hello" will be filtered out.

so the record number will strink to lets say 4 records.

When i delete the string from the text box it the number of records will grow as i delete parts of the string.

:confused:
 
Matsuir,

Look in the Sample Database section here. There are numerous examples of
Search databases.

Your only difference will be that the criteria in your query use "Not LIKE"
instead of "LIKE".

Wayne
 

Users who are viewing this thread

Back
Top Bottom