0

Œ

I want to change all my records containing the combined characters Πto OE. How do I do this?

2 replies

null
    • Sean
    • 4 yrs ago
    • Reported - view

    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"

    • tanzersailor
    • 4 yrs ago
    • Reported - view

    thank you Sean

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 796Views