How can I publish my report to the web the way I want?

  • Thread starter Thread starter needin4mation
  • Start date Start date
N

needin4mation

I didn't know that Access could use HTML templates. I am using 97 at
the moment. All I found was the raw data going to an html file and
displayed.

What if I want to wrap the fields in HTML tags? There didn't appear to
be any tokens for that.

What if I have, for example, a URL of an image in the database. I want
to put that URL in an <img src=myField /> tag.

Is this possible in Microsoft Access templates? Thank you.
 
Needin,

You can certainly put a "hard-coded" image in the template, for example...
<IMG SRC = "MyImage.jpg">

I am not certain whether it is possible to use a reference to the value
of a field in the database, but I very much doubt it.
 
Back
Top