N
Niklas Östergren
Hi!
What expression do I use to check if a form have focus?
I have tryed with several expressions like:
If Forms!frmPerson.GotFocus Then
...
End If
Or
Forms!frmPerson.GotFocus = True Then
...
End If
But no one of this works!
TIA!
// Niklas
What expression do I use to check if a form have focus?
I have tryed with several expressions like:
If Forms!frmPerson.GotFocus Then
...
End If
Or
Forms!frmPerson.GotFocus = True Then
...
End If
But no one of this works!
TIA!
// Niklas