I am trying to delete/replace all cells of a field in MS-Access 2016 which contain a certain string (in my case a "<" & ">").
This would be no problem if only the string itself needed to be deleted/replaces (Remove a string inside a cell in MS Access)
but I would like to delete/replace the entire cell if the criteria is met.
Example:
Field
<br>I like food
I also like food
Nice to meet you <br>
Result:
I also like food
As you can see, the number of characters as well as the number of words and blanks vary from cell to cell. The only thing they have in common is "<" & ">".
Thank you in advance!