I'm trying to pass a parameter from one form to another. I have the parameter set as Dim as string (Dim StudentID as String) and I'm need to pass the same parameter to another form without losing it value.

Plan and simple ... I'm trying to search for a StudentID ... find it using SQL ... and pass it to another form for processing.

ANY IDEAS?