J
Jack G
I have a form ("frmMain") with a subform in it ("frmSubForm") which in turn
has another subform in it ("frmSubSubForm").
If my cursor is in the frmSubForm and I click on a button on the frmMain,
the button works as planned (finding a record by going to a control called
"ctlNumber"); but if my cursor is in the frmSubSubForm and I click the
button in frmMain, I get an error message stating, "There is no field named
'ctlNumber' in the current record." I've tried every "DoCmd.GoToControl"
and "SetFocus" variation I could think of and just keep getting that error.
Can anyone help?
Jack
has another subform in it ("frmSubSubForm").
If my cursor is in the frmSubForm and I click on a button on the frmMain,
the button works as planned (finding a record by going to a control called
"ctlNumber"); but if my cursor is in the frmSubSubForm and I click the
button in frmMain, I get an error message stating, "There is no field named
'ctlNumber' in the current record." I've tried every "DoCmd.GoToControl"
and "SetFocus" variation I could think of and just keep getting that error.
Can anyone help?
Jack