I am trying to add search function in my visual basic 6 project
plz help me.
tanvir0066 0 Newbie Poster
Recommended Answers
Jump to Postwhat u want to search? like: from database, from text file or other? plz details.
Jump to PostI think u can use it
Set rs = Adodc1.Recordset With rs .Close .Source = "select * from Table where TITLE like '%" & Text1.Text & "%'" .Open End With DataGrid1.ReBind
All 6 Replies
vb5prgrmr 143 Posting Virtuoso
abu taher 34 Practically a Posting Shark
SpectateSwamp -4 Light Poster
tanvir0066 0 Newbie Poster
tanvir0066 0 Newbie Poster
abu taher 34 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.