Ok here is the problem:
Im trying to import information from tables off a web page. They vary from 3-4 tables per page, but the format for each table is the same. I tried downloading all of the files to my c: drive then used DoCmd.TransferText acImportHTML. This worked fine for a while, but it now (access 2000) has basically shut down the import HTML wizard function and doesnt import anymore. So Im looking for an alternative solution and more robust which is flexible for table format Web Pages. Im convinced there must be another way, maybe with the INternet Transfer protocol or something.

ALthough not XML would some version of DOM work???? How? Not familar enough to know exactly.

HELP...