Access Report to HTML - need in single HTML file

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
 
S

SA

John:

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

John L. Lauer

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
 
S

SA

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.
 

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

Top