Visual Basic 6.0 gurus ... need help.

galt

Senior member
Jun 10, 2002
317
0
0
I'm trying to make a simple app that lets me browse/navigate a table in an MS Access database file (.mdb). So far I have a datagrid that shows all the records, but I can't figure out how to do a search on the table. I'd like to have a textbox that can be used to enter text to search for (searching will only be done on 1 column) and a search button to hit to activate search. Since the table has no duplicate items, I want to use labels to show data from the row that the search returns. I've looked online, and can't find what I need. Could someone lead me in the right direction please?
 

Alphathree33

Platinum Member
Dec 1, 2000
2,419
0
0
You need to use SQL.

Look up something like "Visual Basic 6.0 SQL" or "Visual Basic 6.0 ADO SQL"