G
Guest
I am looking for some information on how far you can go with exporting an
Access Report to html template. I want to be able to format the template so
that certain fields are set up in a table in a certain order. Currently when
I export a report to HTML it puts each line in a table and it's very hard to
manipulate. Is there a way to better code the template and also the template
I have breaks out the pages and I would like to have the report run on a
continuous page and don't know how to change the code so it does. Here is
the code I used:
<HTML>
<head>
<TITLE><!--AccessTemplate_Title--></TITLE>
<style>
<!--
a:visited { color: #0000FF }
-->
</style>
</head>
<!--The following token places the object name in the title bar of the Web
browser.-->
<P ALIGN = CENTER>
<BODY BACKGROUND = "unsaved:///gray.jpg">
<p>
</BODY>
<!--The following token places all object output inside the <BODY> tag.-->
<!--AccessTemplate_Body-->
<BR><BR>
</p>
<P ALIGN = CENTER>Page <!--AccessTemplate_PageNumber-->.</P>
<!--The following HTML tag adds a company logo to the bottom of the Web
page.-->
</HTML>
Access Report to html template. I want to be able to format the template so
that certain fields are set up in a table in a certain order. Currently when
I export a report to HTML it puts each line in a table and it's very hard to
manipulate. Is there a way to better code the template and also the template
I have breaks out the pages and I would like to have the report run on a
continuous page and don't know how to change the code so it does. Here is
the code I used:
<HTML>
<head>
<TITLE><!--AccessTemplate_Title--></TITLE>
<style>
<!--
a:visited { color: #0000FF }
-->
</style>
</head>
<!--The following token places the object name in the title bar of the Web
browser.-->
<P ALIGN = CENTER>
<BODY BACKGROUND = "unsaved:///gray.jpg">
<p>
</BODY>
<!--The following token places all object output inside the <BODY> tag.-->
<!--AccessTemplate_Body-->
<BR><BR>
</p>
<P ALIGN = CENTER>Page <!--AccessTemplate_PageNumber-->.</P>
<!--The following HTML tag adds a company logo to the bottom of the Web
page.-->
</HTML>