Hi, i got 1 form which got 1 combo box and 1 textbox. User need to select the search method from the combo box and enter the search text in the textbox. Then when user clicked the search button, the result will be displayed in the datagrid.

After clicking on one of the record in the datagrid, it will show another form displaying the record in each of the respective textbox.

How do i achieve that?