Link to home
Start Free TrialLog in
Avatar of Lalla Belle
Lalla Belle

asked on

Substring & replace function in case statement

Hi,

I need to write a formula, that will replace certain characters with other characters if it encounters them in a string.

What I want is something like this:

Select Case  {mydb_txt.Field1}
Case ("+®")
formula=UCASE(Replace ({mydb_txt.Field1},"+®","é"))
Case ("+Ë")
formula=UCASE(Replace ({mydb_txt.Field1},"+Ë","ç"))
End Select

It doesn't work however.

Please help
SOLUTION
Avatar of JayConverse
JayConverse
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of James0628
James0628

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial