hello..
i am looking for simple codes for searching
will u pls give me some tips to came out with this problem

something like this sir:

Adodc1.Recordset.Find ("Fieldname = 'YourStringSearchHere'")

If Adodc1.Recordset.EOF Then
    MsgBox "No Records found"
Else
    MsgBox Adodc1.Recordset("Fieldname")
End If
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.