A family of Microsoft relational database management systems designed for ease of use.
Yes, you should use
Me.Child610.SetFocus
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Any ideas please
I have a combo box, after update I want the focus to be on a field within a continuous subform
after update on the main form im using
Me.frmSubstatus.SetFocus
but when I have updated the combo box I get a error , compile error method or data not found
Any help is appreciated
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Answer accepted by question author
Make sure that you use the name of the subform as a control on the main form; this is not necessarily the name of the subform in the navigation pane.
To find the name you need to use, open the main form in design view. Click once on the subform (don't click on it again, for then you will select something on the subform). Then look at the Property Sheet.
Thankyou
thanks Hans
Its says
Name:Child610
Sourceobject is :frmSubstatus
would I have to use the child 610?