VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Search database table and display results in listbox using adodc (and click listbox to display resu

by zMastaa (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 15th March 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

Search database table and display results in listbox using adodc (and click listbox to display resu Comments

No comments have been posted about Search database table and display results in listbox using adodc (and click listbox to display resu. Why not be the first to post a comment about Search database table and display results in listbox using adodc (and click listbox to display resu.

Post your comment

Subject:
Message:
0/1000 characters