Shouldn't that be Me.NameOfSubformControl.Requery (or, more correctly,
Me.NameOfSubformControl.Form.Requery)?
Depending on how the form was added as a subform, the name of the subform
control on the parent form may not be the same as the name of the form being
used as the subform.