E
Edward
Hi everybody,
I have written a simple code for onExit event of a textbox on a form
Private sub First_Name(cancel as Integer)
if First_Name.Text="" then
First_Name.Setfocus
End if
End Sub
I don't understand why Setfocus dosen't work? Any thoughts?
I have written a simple code for onExit event of a textbox on a form
Private sub First_Name(cancel as Integer)
if First_Name.Text="" then
First_Name.Setfocus
End if
End Sub
I don't understand why Setfocus dosen't work? Any thoughts?