A family of Microsoft relational database management systems designed for ease of use.
Is the name of the subform control (on the main form's tab page) "SubForms"? Remember that the name you would use in this type of reference must be the name of the subform control, which may or may not be the name of the form that the subform control displays.
You have error-handling suppressed by "On Error Resume Next", so if there were an error in that reference you wouldn't know it. You could try commenting out that statement to see whether an error is raised.