|
-
Aug 7th, 2000, 06:28 AM
#1
Thread Starter
Hyperactive Member
Can someone please help me with the code to populate a listbox with data in a table
What I want to do is enter a name (txtname.text) and then search for all records in the table which matches that name and then display it in a listbox.
public sub search()
Dim strFind As String
strFind = "surname like '" & txtClientSurname & "*' "
rsRecord.Find strFind
end sub
How do I display all records in the recordset to the listbox from where the user can double click the record he wants.
ANY help please!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|