G
Guest
I am trying to replace a "*" that is inbedded within a text field. this
field sometimes is populated and sometime is blank. When the field is
populated this field contains the first name followed by an "*" then Last
name.
My Goal is to replace this "*" with space " ".
I tried doing the following:
IIf([AssignedOwnerName]>" ',REPLACE([AssignedOwnerName],"*",1,1," ")) as per
the given statement on the MS Help Menu, but I keep getting an "Undefined
function REPLACE in expression..
Can some one help me pleaseee???
field sometimes is populated and sometime is blank. When the field is
populated this field contains the first name followed by an "*" then Last
name.
My Goal is to replace this "*" with space " ".
I tried doing the following:
IIf([AssignedOwnerName]>" ',REPLACE([AssignedOwnerName],"*",1,1," ")) as per
the given statement on the MS Help Menu, but I keep getting an "Undefined
function REPLACE in expression..
Can some one help me pleaseee???