Automatic Search Box

Simple Automatic Search Box Tutorial Using Binding Source - Visual Basic 2010 embedded Database MS access

Submitted by ClydeTiu on
In this tutorial you will learn on how to create a simple "Automatic" search box . Using Binding Source. Step 1 Open Visual Basic 2010 and create a blank form. Step 2 Connect the database that you created. Step 3 Drag the table in to the form. Here is the code for the TextBox. Me.Data202BindingSource.Filter = "fDescript LIKE '" & TextBox5.Text & "%'" Hope you learn basic coding guys .... if you