Importing HTML Code. Not from HTML... ;)

mtairhead

Registered User.
Local time
Yesterday, 23:22
Joined
Oct 17, 2003
Messages
138
I need, in some way or another, to be able to import an HTML code from an HTML file into Access. It would be ideal if the end result is a table with one memo field named "HTML".

I know is seems strange, but I need the code itself. I've managed to do a bit of duct-tape work, and import from HTML, but this results in only the text of the HTML code (Meaning the text of the web page, not the tags).

I know I'm crazy for wanting this, but is there anyone out there who can give direction/guidance?

More web-ish than vba-ish,

Andrew
 
How about using a control that will link to the original html document, and it will open it with Notepad for example rather than importing the code to an access db ?
 
That sounds like it could work...But how do I do that?

Andrew
 

Users who are viewing this thread

Back
Top Bottom