M
Mo
Hello,
I'm trying to set the focus to a control on a subform from another
subform and I'm using the following:
Private Sub cmbMParentSiblings_Exit(Cancel As Integer)
Forms!frmperson!frmFatherSub.Form!cmbFather.SetFocus
End Sub
It doesn't work. There's no error message, but the focus just cycles
back through the controls on the first subform.
What am I doing wrong?
TIA for any help.
I'm trying to set the focus to a control on a subform from another
subform and I'm using the following:
Private Sub cmbMParentSiblings_Exit(Cancel As Integer)
Forms!frmperson!frmFatherSub.Form!cmbFather.SetFocus
End Sub
It doesn't work. There's no error message, but the focus just cycles
back through the controls on the first subform.
What am I doing wrong?
TIA for any help.