Hi every body
I have a field with a number information, this is a Text.
Some documents has this format type: ###-###-#### and the others document has just #########
I need to validate between 2 database if the phone number exist in both.
I am tring use STRCONV, STRCOMPARE, LIKE etc… but I am not sure, how can i do when 1 string will be less than 2 string? for exm.
result= Strcompare(tphone1,sDoc.Phone(0), 2)
(i am not sure about this formula)
SO if result = -1 (String1 is < String2)
and then how can delete or avoid the char. [-] into the String2 (416-525-2726)???
Thank you so much
Claudia