I have a main form with two subforms (sf1 and sf2). How can I set the focus to control txtTrigger on sf1 after updating control txtTNotes on sf2?
I've tried this but it didn't work:
Private Sub txtTNotes_AfterUpdate()
Me.Parent.sf1.Form.txtTrig
ger.SetFoc
us
End Sub
Start Free Trial