I've looked over this link, but i can't get the syntax right.... this is what I have before looking at the link....
Me.tblArticleDetail_subform.SetFocus
It will set the focus to the subform, but I want to set focus to a control on that form but can't figure it out.
i thought this should work...
Private Sub Skid_Type_AfterUpdate()
Me.tblArticleDetail_subform.Form.Article.SetFocus
End Sub
thanks
Me.tblArticleDetail_subform.SetFocus
It will set the focus to the subform, but I want to set focus to a control on that form but can't figure it out.
i thought this should work...
Private Sub Skid_Type_AfterUpdate()
Me.tblArticleDetail_subform.Form.Article.SetFocus
End Sub
thanks