P
Pamela
I have a form with 5 subforms nested inside each other. I am getting it to
tab from subform1 to subform 2, but when it does, the 2 controls on subform1
disappear to the user and subform2 is moved up (probably hiding subform1).
Right now, I don't have any other code affecting it. I tried adding an
unbound text box to subform1 as suggested in several posts and adding to the
Got Focus event:
Parent!subform2.SetFocus
Parent!subform2.Control.SetFocus
But I kept getting an error that said that the system couldn't find a
"field" with my subform2 name - which I double-checked to be correct.
Thanks so much for any help with this!
Pamela
tab from subform1 to subform 2, but when it does, the 2 controls on subform1
disappear to the user and subform2 is moved up (probably hiding subform1).
Right now, I don't have any other code affecting it. I tried adding an
unbound text box to subform1 as suggested in several posts and adding to the
Got Focus event:
Parent!subform2.SetFocus
Parent!subform2.Control.SetFocus
But I kept getting an error that said that the system couldn't find a
"field" with my subform2 name - which I double-checked to be correct.
Thanks so much for any help with this!
Pamela