R
rebelscum0000
Dear All,
After update a field called Keyword, I call a module
If the User enters a duplicated Keyword, my code detects it and informs
the issue
If this happens, I need to move my focus to the Keyword Field in order
than the user enters another Keyword,
The problem here is I am getting an Error Number:
"438 Description Object doesn't support this property or method "
ElseIf Response = 7 Then
Forms!MainExclude_Form!MyKeyword = Null
Forms!MainExclude_Form!MyKeyword.SetFocus *Error
MsgBox Msg3, Stile3, Title3
Can someone please let me know what I am doing wrong?
Thanks in Advance
Kind Regards,
Antonio Macias
After update a field called Keyword, I call a module
If the User enters a duplicated Keyword, my code detects it and informs
the issue
If this happens, I need to move my focus to the Keyword Field in order
than the user enters another Keyword,
The problem here is I am getting an Error Number:
"438 Description Object doesn't support this property or method "
ElseIf Response = 7 Then
Forms!MainExclude_Form!MyKeyword = Null
Forms!MainExclude_Form!MyKeyword.SetFocus *Error
MsgBox Msg3, Stile3, Title3
Can someone please let me know what I am doing wrong?
Thanks in Advance
Kind Regards,
Antonio Macias