In Access 97 I can reference txtName on a subform from the main form with:-
Forms!MainFormName!SubFormName!txtName
I can even abbreviate it to:-
SubFormName!txtName
But I read that some people still need the syntax used in Access 2:-
Forms!frmMain!frmSub.Form.Controls!txtName