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.
 
Top