I
Isis
If I have a Sub defined;
Private Sub UID_GotFocus()
Me.CSSales.SetFocus
End Sub
How could I call this Sub from another Sub or from another field event ?
Thanks
Private Sub UID_GotFocus()
Me.CSSales.SetFocus
End Sub
How could I call this Sub from another Sub or from another field event ?
Thanks