I have a table with 30000 records with two fields each. The first field is a record ID and the second is a memo field with text and html tags...as if you copied html code from a web page.
I NEED to get that html data (tags with text inbetween) in the memo field into just plain text in a field (not just on a form) but keep the carriage returns and line breaks and such....how can I do that?
Even if it means going out of access into another program to do I'll take what I can get. Any Ideas??
I NEED to get that html data (tags with text inbetween) in the memo field into just plain text in a field (not just on a form) but keep the carriage returns and line breaks and such....how can I do that?