First set focus on the subform control (the control on the main form that
holds the subform). Then set focus on the control in the subform. You need
to do this in two steps.
Me.subform.SetFocus
Me.subform!control.SetFocus
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.