Docmd.OutputTo HTML

  • Thread starter Thread starter Marius Kavaliauskas
  • Start date Start date
M

Marius Kavaliauskas

I want to export data to html file form Access 2003.

There is such description of template parameter:

Template File The path and file name of a file you want to use as a
template for .htm, .html, .htx, or .asp files. The template file is a text
file that includes HTML tags and tokens that are unique to Access.


Where are these unique HTML tags described? How to make this template file?
 
you can use the FSO (file system object) read a text file(html template) ,

and use the REPLACE function replace custom mark .

after these,save the text file with a different name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top