-
Expert
249 Answers
- Posted on Apr 05, 2009
Re: I want searching code for visual basic 2008....which...
Not much code needed in Visual Basic for this one. Visual Basic would only show the data actually. The search on the database is actually just one query statement. query = Select * from databasename.tablename where FIRnumber=?. where ? is the input in a textbox.
×