HTML template help; exporting (1 Viewer)

Junkee Brewster

Registered User.
Local time
Tomorrow, 01:01
Joined
May 21, 2005
Messages
33
Hi guys,

I need to tailor a HTML template for exporting static data from Access. I'm familiar with the generic template as outlined in Help (which, as usual, is about as useful as a kick in the head), problem is, my template has multiple small tables and various other design attributes (and I want to keep my CSS). As far as I can see just having the option <!--AccessTemplate_Body--> for the main data just isn't good enough. I need to get certain fields nested within certain structual tables - I'm not bothered about links or anything, just the actual Access table fields.

If I design a report with similar decorative flourishes; colours and structure then only the text will export to static HTML anyway.

Are there any "tag" options so I can tell Access to export a specific field to a specific place? eg:

Code:
<table class="main">
<tr>
<td class="maroon"><!--AccessTemplate_tblInventory.Description--> </td>
</td>
</tr>
</table>
<table class="main">
<tr>
<td class="green"><!--AccessTemplate_tblInventory.Price--> </td>
or something like that.... I know that's not right but that's what I want to happen! I just can't get very good info on this subject on the net...

Any help would be great. Cheers.
 

Users who are viewing this thread

Top Bottom