
10-16-2003, 02:11 AM
|
|
Newcomer
|
|
Join Date: Oct 2003
Posts: 20
|
|
Search function in VB6 Form for an Access 2000 dbase
|
hello all,
I am still in the process of learning VB6, but I made a little app allready. I have a access database with one table and quite a lot of records. Now i created a form in VB that shows all related fields in the database. i can scroll through, add delete etc. now i want to be able to search for data in the dbase. i created a cmd button that opens a search window...much like the one in IE for example. So i have a text box and a find button. from this form i want to search through the dbase and if a match is found goto to that specific record. closing the search form and all that is no problem, but i can't seem to find the appropriate commands to make this search happen.
any info is highly appreciated.
Regards
|
|