searching records using ado
I have created a database in access and conected it to my vb program.
i want to know how can i search through that database using an ado control? :confused:
[160 byte] By [
sugat612] at [2007-11-11 7:44:56]

# 1 Re: searching records using ado
First you need to create a variable for the new recordset and another variable for the new connection string. Then in a command button type adodc1.recordset.movefirst to go to the first record. then create a code that if that certain Text matches your search then it will put it to your textbox and stops the search.
Note: Did this help?...E-Mail Me at cloud4288@yahoo.com for the code...