Access Report to HTML - need in single HTML file

  • Thread starter Thread starter John L. Lauer
  • Start date Start date
J

John L. Lauer

I need to export an Access (2002) report to HTML and have it all in a single
HTML file. I can't find any options to allow me to specify a single file
instead of a separate HTML file for each page of the report.

(btw - I am using the DoCmd.OutputTo method of exporting the report.)

Is it possible to get the output in a single file? Or am I going to spend
tomorrow writing code to open and join multiple html files into one? :)

Thanks,
John L. Lauer ([email protected])

John L. Lauer
Lead Consultant / Project Manager
Navigator Systems, Inc
http://www.navigatorsystems.com
 
John:

You're going to have to write the join code. There's no option to output a
single file.
 
Steve -

Thanks for the response. It didn't turn out to take long at all (about 2 or
3 hours) to write the code to parse and join the files together.

If anyone else is interested in the code to do this let me know and I can
post it here or email it to you.

John
 
John:

Its always useful to post your code solutions. Many developers do searches
on newsgroup search engines such as google.com and having the code posted
and retained in their servers will help successive searchers with this
problem.
 
Back
Top