I have created a movie database in access and created application in vb.net.
I have the database link with no issues, created 2 forms on main form has data grid with movies , title, actor, description and so on
I hit search button on form 1 and form to displays, has the following text boxes
find what:
enter:
combo box Search part of word or all words.
I need to write code for the find what box (example Actor) and hit enter to retrieve the data and display it.
Can anyone help
Thanks
I have the database link with no issues, created 2 forms on main form has data grid with movies , title, actor, description and so on
I hit search button on form 1 and form to displays, has the following text boxes
find what:
enter:
combo box Search part of word or all words.
I need to write code for the find what box (example Actor) and hit enter to retrieve the data and display it.
Can anyone help
Thanks
Comment