i have 2 forms..
the first one is for displaying students record while the other one is for searching student record (in datagrid)
i want to display the searched record of a student from form2 to textboxes in form1..how is this possible?
If DataGrid1.Col = 0 Then
If Text1.Text = "" Then
MsgBox "Enter Student ID"
Text1.SetFocus
Else
refer = DataGrid1.Col
refer = Text1.Text
bol = True
formal.Show
End If
Else
MsgBox "Click StudentID"
End If
tudentID"
End If