Export report as HTML problem

R

Raven2k1

I need either 1 of 2 things. Either a way to export a single page of a
report to HTML or a way to export every page of my report to html and have it
draw the file name from a field on the report.

I have tried to rename the HTML with the following using a macro. It will
name the first page correctly but each consecitive page is the same as the
first but followed with Page1, Page2, Page3...etc.

="g:\web\test\" & [Reports]![Listing]![ItemID] & ".html"

Anybody have any Ideas.
 

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