Hello experts,
I was able to utilize the replace feature with one table but now am having difficulty coding it to work with multiple joined tables.
This works with no joined tables:
Replace(Replace(Replace([Degrees],"Copy HS Diploma",""),"GED",""),"High School transcript;","")
What I've...