> Unfortenately not....
>
[quoted text clipped - 3 lines]
>>> how do i perform a serch and replace in a one specefic
> mergefield?
I am looking for something like ( if Mergefield contains("searchstring")
replace it by "newstring"
bu t i do not know how to do this that is all
> Why not post your own suggestion for a solution?
>
[quoted text clipped - 6 lines]
>>>> how do i perform a serch and replace in a one specefic
>> mergefield?
Peter Jamieson - 27 Apr 2007 09:06 GMT
The trouble is that the "field language" does not have a construct that can
do that, which is why I made the other suggestions.
But if you can't use /any/ of those suggestions and you can't modify the
data source then you can't really solve the problem. There is one other
approach involving SQL (which can sometimes be used with a plain text data
source) but it also requires you to use VBA and I get the impression that
you are not allowed to do that.
Peter Jamieson
>I am looking for something like ( if Mergefield contains("searchstring")
> replace it by "newstring"
[quoted text clipped - 11 lines]
>>>>> how do i perform a serch and replace in a one specefic
>>> mergefield?