OK.... I find it.... After that post I go to sleep... I haven't sleep all night looking what is going on.
I did 4 steps.
1) I alter database field from string to TEXT.
2) I check the code and then Log(EmailTxt.Text.Length & " " & Local_Email.Length) Return
siaka@gmail.com =
siaka@ gmail.com Space after @
3) I alter database field from TEXT to string.
4) I run the code again and executed correctly.
No error using If Local_Email = EmailTxt.Text Then.....
Problem solved after alter the field twice.....
Very strange!!!!!
I can understand it.
But now everything seems to work perfect.