A
albycindy
I'm doing exactly what the For Dummies book says and it's still not working.
I want a date/time box on my form to have the focus when the form is opened
so have written this....
Private Sub Form_Load()
Expected Collection Date.SetFocus
End Sub
How hard can it be???
I want a date/time box on my form to have the focus when the form is opened
so have written this....
Private Sub Form_Load()
Expected Collection Date.SetFocus
End Sub
How hard can it be???