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.

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.