Replace function in Memo-field

K

Klaas V

Next problem I encountered using the replace function in
MSAcces200.

Somewhere in a Memo field I want to replace a code y a
string.
Let's say
Myreplace = Replace (MyMemo, "Thiscode" , "Replaced the
code")
This function call does return the original Mymemo in
Myreplace.
Trying to simulate with a loop does not work.
What should I do to get teh coed replaced by the new text.

Thanks in Advance

Klaas Venekamp
 
Top