Search database table and display results in listbox using adodc (and click listbox to display resu
Search database table and display results in listbox using adodc (and click listbox to display results in the adodc1)
API Declarations
'this is the last peice i forot to add
'
Rate Search database table and display results in listbox using adodc (and click listbox to display resu
(1(1 Vote))
Dim listtext As String
Dim Clientname As String
Adodc1.CommandType = adCmdText
listtext = List1.Text
Adodc1.RecordSource = "SELECT * from Clients WHERE [Clientname] = '" &
Adodc1.Refresh
End Sub
Search database table and display results in listbox using adodc (and click listbox to display resu Comments
No comments yet — be the first to post one!
Post a Comment