I'm creating an ACCESS database that will import HTML files.
I need a script that will find certain tags and copy all the text in between the tags and save it onto a database table.
Example:
- I open a form. The form has an Attachment control.
- I double click the icon and choose a local HTML file.
- The form then asks for tags to look to for and copy (eg <mytag> .... </mytag>)
- All the text between the tags (including the tags) are copied and pasted onto a table
Basically I'm extracting certain texts from an HTML file to create a new website. I'm using Access because I need to keep a database of all the HTML files.
Is this plausible with the Attachment control?
thanks!!
j-
I need a script that will find certain tags and copy all the text in between the tags and save it onto a database table.
Example:
- I open a form. The form has an Attachment control.
- I double click the icon and choose a local HTML file.
- The form then asks for tags to look to for and copy (eg <mytag> .... </mytag>)
- All the text between the tags (including the tags) are copied and pasted onto a table
Basically I'm extracting certain texts from an HTML file to create a new website. I'm using Access because I need to keep a database of all the HTML files.
Is this plausible with the Attachment control?
thanks!!
j-