Howdy,
my friend is trying to write a program in VB 2008 and he is using an Access 2003 database.

he's having a hard time writing the code for a search option.

we write a string in a textbox and hit the SEARCH (kerko) button.
can you pleas help us to finish this?
I'd really appriciate it :)
cheers

Howdy,
my friend is trying to write a program in VB 2008 and he is using an Access 2003 database.

he's having a hard time writing the code for a search option.

we write a string in a textbox and hit the SEARCH (kerko) button.
can you pleas help us to finish this?
I'd really appriciate it :)
cheers

How many tables do have Olsi009?

There are many ways to do this depending on what you need. If you are looking to find multiple records that match entered values, I would suggest looking at the Filter by Form feature. This turns your form into a criteria entry form where you can enter criteria for one or more fields and filter for matching records. If you just want to retrieve the one specific record that matches your criteria, you can use the Combobox wizard to create a Search combo (3rd option).

If you want more ideas try searching on Filters.

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.