Hi J
You must set focus first to the subform control on the main form, and then to the control within the subform. Also, you should use "Me" to refer to the form which "owns" the code you are executing:
Me!HHForm.SetFocus
Me!HHForm.Form!respondent.SetFocus
Good luck!
--
Graham