R
Rcarman11 via AccessMonster.com
I need to replace strings that have " marks in them and It keeps giving me an
error. I need to delete html tags like
<a href="testing home page.html">
so i've been using a replace function that looks something like this
Data3: Replace([data2],"<a href*","")
It doesn't do anything because it runs into the quote mark and ends. I tried
puting a quote mark with in quote marks like this
Data3: Replace([data2]," " ","inch")
so i can then use the above replace function.
Any ideas?
error. I need to delete html tags like
<a href="testing home page.html">
so i've been using a replace function that looks something like this
Data3: Replace([data2],"<a href*","")
It doesn't do anything because it runs into the quote mark and ends. I tried
puting a quote mark with in quote marks like this
Data3: Replace([data2]," " ","inch")
so i can then use the above replace function.
Any ideas?