My client wants to export an Access 2000 report to html, then ftp the pages (2,500 pages at this time) to their
website. The report is a list of equipment items identified by ID number. Each report/html page is formatted to
represent one ID number. I built a macro to export the report in html. The client wants to add the ID number to the
name of the page so they can find and remove the item(s) from the website selectively. As new items are added to the
table, they want to ftp only the new items to the website.
I am looking for VB code that will do the following:
1. Add the ID number to the name of the html page.
2. Automatically remove html pages identified by id numbers.
3. Automatically ftp new html pages to the website.
Thanks.



