searching data grid in vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cewynn
    New Member
    • Feb 2008
    • 5

    searching data grid in vb.net

    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
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    This can be implemented by SQL query.

    What you have done for that ?

    Comment

    • cewynn
      New Member
      • Feb 2008
      • 5

      #3
      I do not have the knowledge of running sql query. can you give me examples or point me in the right direction

      Comment

      Working...