Let's say I have a table field that contains "Joe, Bob, Mike"
and the names might be rearranged (like "Bob, Joe, Mike"). Is there an easy way to update ALL fields that contain "Bob" so that the field would simply have Bob removed from it?
So, in essence: there is a table with a text field. Each row has many different names. I wish to remove all instances of "Bob", but keep the rest as is.
Any example code would be greatly appreciated.
Thanks in advance.
and the names might be rearranged (like "Bob, Joe, Mike"). Is there an easy way to update ALL fields that contain "Bob" so that the field would simply have Bob removed from it?
So, in essence: there is a table with a text field. Each row has many different names. I wish to remove all instances of "Bob", but keep the rest as is.
Any example code would be greatly appreciated.
Thanks in advance.