A
Arturo
I use the following procedure for several fields and it works.
Private Sub Services_GotFocus()
Services.SelStart = 0
End Sub
However, when I try to compile the database, I ger the error
"Method or data member not found."
Anybody know why?
Thank you.
Private Sub Services_GotFocus()
Services.SelStart = 0
End Sub
However, when I try to compile the database, I ger the error
"Method or data member not found."
Anybody know why?
Thank you.