Someone can gave me a code for search as u type searching from may MS ACCESS DATABASE Thx GOD SPEed :P
bantex07 -2 Newbie Poster
Recommended Answers
Jump to Postim using this to txtSearch_change() event
Adodc1.RecordSource = "Select * from myTable where myField like '%" + txtSearch.Text + "%'"
Adodc1.Refresh
Jump to Postim using that code for 2 - 3 years in searching for specific record
idk what is the cause of the crush
All 6 Replies
xtianenikkian 1 Light Poster
bantex07 -2 Newbie Poster
xtianenikkian 1 Light Poster
bantex07 -2 Newbie Poster
xtianenikkian 1 Light Poster
bantex07 -2 Newbie Poster
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.