Right there looks like an issue.
So where did you put this code? On that form itself? If so, refer to it with Me instead. Example:
rs("Child Name").Value = Me.enrollchild_childname.ValueAlso, to safely read form controls, I developed a bit of shared code which gets placed in a separate VBA...