Access HTML Report with Template

  • Thread starter Thread starter billybob
  • Start date Start date
B

billybob

Am attempting to create Access HTML report using an HTML
template (created in Dreamweaver, but that shouldn't
matter). Syntax of VBA as follows:

DoCmd.OutputTo acReport, stDocName, acFormatHTML,
stOutPutName, True, "C:\WebSite\RptTemplate.dwt", html

Doesn't seem to use template. Can anyone help?
Am cross posting to Access.Internet just in case.

Thanks,

BillyBob
 
Actually, I should have stated my objective. All I
really want to do is to output an HTML report from Access
and keep the graphics. All I get is text. Would like a
logo and a watermark if possible. Any ideas?

Thanks,

BillyBob
 
Most people just use PDF format. You can use our product to automate
the live delivery of Access reports to users of your Intranet/Internet site.
We only support PDF, XLS, SNP and RTF formats. Maybe Access 2003
will make creating good looking web reports possible with expanded XML
exporting?

HTH,
Mark
RPT Software
http://www.rptsoftware.com
 
I finally figured it out. Simple. Just create an html
formatting file, save as FileName.txt and use it in the
VBA as I noted originally. Creates HTML files with
logo's, watermarks, formatting - just like html, but
using the Access Report Output. If anyone wants to see
this, just e-mail me.

BillyBob
 
Back
Top