Not sure how "misc data" fits in here--can that be the end of the field? Anyway, if "&" can be the last character or the end of the street name can be the last character, then try:
if right({table.intersection},1) = "&" then
left({table.intersection},instrrev({table.intersection},"&")-1) else
{table.intersection}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.