J
Julia B
Hi, stupid question time but how do I determine if a field has focus as there
doesn't seem to be a focus property for fields?
What I want to do is this:
If me.txtEnterCode {doesn't have focus} then
me.txtEnterCode.SetFocus
End if
Thanks in advance.
Julia
doesn't seem to be a focus property for fields?
What I want to do is this:
If me.txtEnterCode {doesn't have focus} then
me.txtEnterCode.SetFocus
End if
Thanks in advance.
Julia