S
sebastico
Hello Forum
Access 2003
I'm trying to set focus in txtStart,
Private Sub txtStart_GotFocus()
Me.txtStart.SetFocus
End Sub
but when form is open Focus is in another txtbox
How do I set focus in a txtStart?
Many thanks
Access 2003
I'm trying to set focus in txtStart,
Private Sub txtStart_GotFocus()
Me.txtStart.SetFocus
End Sub
but when form is open Focus is in another txtbox
How do I set focus in a txtStart?
Many thanks