Visual Basic Multi Data Filtering
In large applications you will need additional search options other than just 1.
For example, if you’re running a products based application with the ability to filter First Names, the list could get quite large seeings how First Names are not unique and in some cases Last Names aren’t either.
However a Address, Telephone Number are unique, there are no duplicate phone numbers or addresses in a given City.

