Product descriptions easily made?

U

urlocaljeweler

I am using Access 2007 and Excel 2007.

I have 5 columns in a spreadsheet as illustrated below - (Table Description
has no rows yet)

CTwt. Size Metal Jewelers cost Table Description

5 10 Tungsten 31
4 10.5 Tungsten 35
2 11 Tungsten 50
10 11.5 Tungsten 20
8 12 Tungsten 15
5 12.5 Tungsten 50
6 13 Tungsten 45

I need to create html table code for hundreds of products similar to above.

(The html table code below is from a different product than the 5 columned
format example above)

(This html table code is from a different product than the 5 columned
example above)

<DIV class="ProductDetailsTabs">
<table style="WIDTH: 350px; BORDER-COLLAPSE: collapse">
<tbody>
<tr>
<td class="SpecTableTitle" colspan="2">Product Details</td>
</tr>
<tr>
<td class="SpecTableCell">Metal:</td>
<td class="SpecTableCell">Polished Tungsten</td>
</tr>
<tr>
<td class="SpecTableCell">Clasp:</td>
<td class="SpecTableCell">Fancy Lobster</td>
</tr>
<tr>
<td class="SpecTableCell">Length:</td>
<td class="SpecTableCell">9.5 inches</td>
</tr>
</tbody>
</table>

How do I get this accomplished?

Thank you for your help.
 
Joined
Dec 17, 2007
Messages
57
Reaction score
0
urlocaljeweler said:
I am using Access 2007 and Excel 2007.

I have 5 columns in a spreadsheet as illustrated below - (Table Description
has no rows yet)

CTwt. Size Metal Jewelers cost Table Description

5 10 Tungsten 31
4 10.5 Tungsten 35
2 11 Tungsten 50
10 11.5 Tungsten 20
8 12 Tungsten 15
5 12.5 Tungsten 50
6 13 Tungsten 45

I need to create html table code for hundreds of products similar to above.

(The html table code below is from a different product than the 5 columned
format example above)

(This html table code is from a different product than the 5 columned
example above)




















Product DetailsMetal:polished TungstenClasp:Fancy LobsterLength:9.5 inches

How do I get this accomplished?

Thank you for your help.

What have you tried so far?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top