I’m building a query using a html file converted to a text file as the source.
I need to remove the first part of some fields, and the last part of others, for example:
class="nohover">Product
Price</a></h3>
The html code can vary in length. Any ideas.
Thank you!
You can use the functions Left, Right, Mid, InStr and, in some cases, Replace.