Searching Database Records from Visual Basic 6.0?
Hello.
I have a Visual Basic 6.0 application linked to a MS Access Database using ADODC (Jet Engine 4.0).
I know how to get my application to navigate back and forwards through records, add records and delete but I am unsure on how to search.
I want to be able to enter an item, such as a Customer ID Number, into a textbox and click Search to find.
The customer ID number will be unique, so there's no duplicates to worry about.
Is there an adodc.recordset control that will allow this?
Many Thanks.
Kind Regards.
Anthony Robinson.
|