PosOfSpace = InString(LstStudent.Value, 1, " ")
txtStudentId.Text = Mid(LstStudent.Value, 1, PosOfType - 1)
I'm tring to get the studentId to show up in the StudentId text box. This is supposed to be done by double clicking on the student you want process This is in the list called LstStudent.
This code is in a double clilck event on a list box.
the bolded part of code is where i'm encoutnering my error
its a comple erroe saying method or datamember not found.