I have a column in SQL which stores project descriptions with html before and after the text. We export the descriptions to Access using a DTS package (copy column.) I need to know how to use ActiveX or VB, etc. to either convert to text before it goes into Access or filtering the html code out might also work. I have not had any success trying either of these. Would it be best to convert to text or to try and filter the html code out? I'm relatively new to DTS and am unsure of where in the transformation step to insert the appropriate code (if I have it.) For example - before or after the existing "copy colum" task, etc.
Thanks!