Hey guys i want to make a form that i can search a local database.
is there any tutorials or power pack out there?
Printable View
Hey guys i want to make a form that i can search a local database.
is there any tutorials or power pack out there?
The Find Method of the BindingSource or the Dataview is good way to search a database. You might want to do some research there.
this tutorial is exacly what i need but it does not work with vb 08...
How Do I: Create a Search Form?Code:http://msdn.microsoft.com/en-us/vbasic/bb643828.aspx
can somebody check it out and see whats the bug?
in the query
WHERE lastName LIKE @ LastName +'%'
get an error at @
I think the @ should be directly next to the LastName, so @LastName rather than @ LastName. I just downloaded the code though and cant find any such query anywhere in it..
in query builder when she is creating the query.