H
HilcrRWise
I would like to use the Replace function to look within a memo field o
a form and replace a certain text value with a value from anothe
field. I currently have the following replace function linked to
command button, however when it is activated nothing happens, no erro
messages or anything appears but the text value is not changed
although it is obviously there:
ReplaceName = Replace(Me.Comment, "<<NAME>>", Me.FirstName)
Can someone tell me where I am going wrong
a form and replace a certain text value with a value from anothe
field. I currently have the following replace function linked to
command button, however when it is activated nothing happens, no erro
messages or anything appears but the text value is not changed
although it is obviously there:
ReplaceName = Replace(Me.Comment, "<<NAME>>", Me.FirstName)
Can someone tell me where I am going wrong