Export as HTML 2003

  • Thread starter Thread starter Nags
  • Start date Start date
N

Nags

My new laptop has Vista, so I've had to upgrade from Access 97 to 2003.
I want to export my tables as web pages (as I've done for years in 97).
The routine I'm used to is File > Export As HTML > select tables via saved
spec etc.
Trouble is, there seems to be no "Export as HTML" option in 2003.
How does one export a bunch of tables to a web?
 
Nags,
I just tried this using A2003 with XP.

Highlight the table in the database window and then go:
File | Export | Save as type: HTML Documents from the drop down list next
one after Excel 97-2003

In code you can use DoCmd.TransferText acExportHTML

Jeanette Cunningham
 
I just took a look and it's still there in Access 2007. Right click on the table name, Export, one of the options shown is HTML Document.

I could swear I saw something written that said this was no longer available in Access 2007... but whatever, it's there.

Gordon
 
Back
Top