My VB6 DataGrid is connected to an Access2K mdb Table via an Adodc. When a "Search Clients" Command Button on the Form containing the DataGrid is clicked, I would like to provide an InputBox for the user to enter a value (i.e., a Client name) to find all of the Records that contain the Name the user enters; the same Client might appear in several different Records of the DataGrid. I need the results to display in a DataGrid format on a separate "Search Results" Form - the "Search Results" DataGrid can be the same DataGrid as the original. However, when the user exits the Search Results Form, I need to have the original DataGrid show all of the orginal Records from the mdb Table; probably through an "Update" command I would imagine.
Does anyone have an example of the code to accomplish the above?
Thanks in advance!
Does anyone have an example of the code to accomplish the above?
Thanks in advance!