The Replace Function did not return the result with the case sensitive.
Example if I set the Replace Function like :
Replace(me.text1,"hotel","motel")
the result will be = "motel"
even if the word inside the me.text1 is "Hotel".
please help me.
Example if I set the Replace Function like :
Replace(me.text1,"hotel","motel")
the result will be = "motel"
even if the word inside the me.text1 is "Hotel".
please help me.