I have a form linked to a table of cl*****. My displays all of the cl*****
information and has a subform in datasheet view displaying all of the
students currently enrolled in the class. On my main form I have a
command
button linked to a macros called view student. My Macros is ViewStudents
:
On Click the action is OpenForm, and the form to open is called
Students(also
the name of the table that houses all student info). What I would like to
happen is that when I select a student from my subform and then click the
command button it will open the student form directly to the record of the
student I have selected. As always any help is greatly appreciated!
--
Jon M.