I am a beginner working in visual studio 2005 and I created an application to keep track of my movie database.
I created 2 forms,
1st form has my movies listed and
2 form is a search form.
I can not figure out the code for find actor box and search box to fine items in the fields, example, try to find actor, and hit search and nothing comes up
can you help please
Thanks
Ed.
basically I need code for search button to fine actor by name. (actor is in dataset)
I created 2 forms,
1st form has my movies listed and
2 form is a search form.
I can not figure out the code for find actor box and search box to fine items in the fields, example, try to find actor, and hit search and nothing comes up
can you help please
Thanks
Ed.
basically I need code for search button to fine actor by name. (actor is in dataset)
Comment