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?
