I've searched, and still can't find the answer. I have 2 subforms on a form. The form links as such, Main form links to subform 1, and subform 2 links to subform 2. I can trasition into subform 1 with no problem by tabbing. However, I can't tab to subform 2.
I've tried code:
Forms![FmPrjctScope Subform].SetFocus
and believe you me, I've tried ever variation of this piece of code
Forms!FmPrjctScope Subform.SetFocus
Forms!FmPrjctScope_Subform.SetFocus
I've even put in the control I want to have the focus.
Forms!FmPrjctScope_Subform!Area.SetFocus
Still I keep getting the message that it can't find my subform. I checked the name and I've checled it twice I still don't know.
Can someone please tell me what's wrong?
I've tried code:
Forms![FmPrjctScope Subform].SetFocus
and believe you me, I've tried ever variation of this piece of code
Forms!FmPrjctScope Subform.SetFocus
Forms!FmPrjctScope_Subform.SetFocus
I've even put in the control I want to have the focus.
Forms!FmPrjctScope_Subform!Area.SetFocus
Still I keep getting the message that it can't find my subform. I checked the name and I've checled it twice I still don't know.
Can someone please tell me what's wrong?