Can a report be saved as HTML

R

rich

Hello All,

CAn anyone tell me if an Access report can be saved as an HTML document? If
so, can you advise on how to do it or point me to a resource?

Thanks,
Rich
 
D

Douglas J. Steele

There's a Save As HTML option under the File menu when you've got the report
open in Preview mode.

If you're trying to do it programmatically, look at the OutputTo method.
 
Top