G
Guest
I have 10 columns in a listbox. On top of that there is 10 textboxes which are used to filter the columns. E.g if the textbox for column 1 is filled in with a "F", all records that starts with "F" will be shown as well as the other coulmns for that row. (this far I know how to do it)
Now, if column 2 also is filled in it should only show the records which as the value of textbox1 and textbox2. I.e. if all textboxes is filled in there are 10 criterias. A non filled textbox should filter as "show all".
I can not get the rowsource for the listbox filtered correct.
How should I do this?
Now, if column 2 also is filled in it should only show the records which as the value of textbox1 and textbox2. I.e. if all textboxes is filled in there are 10 criterias. A non filled textbox should filter as "show all".
I can not get the rowsource for the listbox filtered correct.
How should I do this?