0
Œ
I want to change all my records containing the combined characters Œ to OE. How do I do this?
2 replies
-
You can use "Update multiple records...". When you select the field you want to change in "Update multiple records...", select "Assign calculated value" and use this as the formula...
replace(YourField, "Œ", "OE")
Choose "Next" and then choose "Execute update"
-
thank you Sean
Content aside
- 5 yrs agoLast active
- 2Replies
- 796Views