Subform1 disappears when tab to subform2

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top