Hi all,

I am currently developing a "Find" function to ease the application's users while facing with bulk data.

From the main page, I have a FIND button which will prompt a FIND child form. After user entered the keyword and click on FIND NEXT on the child form, just assumed the database returns 10 records. So, in the main page i will display all the data for the first row of returned data. If user click on FIND NEXT again, main page will show the second row, then third row, forth row, etc.

How can i make it with vb6 ADODB.RecordSet?

Thanks