The navigation form is the parent form.  Your form is in the subform control.  If that form has a subform, that is a third level if you are referencing the subform's subform externally.  If you are referencing the sub-sub form from the subform, then just use 
Me.sfrm.Form!StudentID
I've attached a helpful reference guide.