HTML Table Name

M

Murp

I have an xml file I need to link to an Access table. What I am doing is
transforming the xml into several HTML tables and parsing them to one HTML
document. Then I link the tables to Access.

My problem is I would like to be able to link these tables using
TransferText and specifying the HTML Table Name for each table, only Access
never seems to read the table names, whether I name them using <caption> or
<title>. It names every table as "table1", "table2", etc. which is no help
when you have 15 tables to link.

Any help would be much appreciated.
 
Top