I am using this following text to delete brackets and text inside the brackets; I need to go threw the entire memo field and it stops after it finds and deletes the first set of brackets and text.
if right({table.col},1) = "]" then left({table.col},instr({table.col},"[")-1) else {table.col}
Any suggestions...