V
vool
Hi All
Can anyone help with this please.
I need a way of putting say 10 to 20 bullet points in one table field in an
Access database
- say seperate them with a special character, then build a bulletted list on
my page.
If I can get the page to detect each special character, insert a new bullet
and move on to the next occurance in the string...
e.g. point01%point02%point03%point04%point05%point06
to...
<ul>
<li>point01</li>
<li>point02</li>
<li>point03</li>
<li>point04</li>
<li>point05</li>
<li>point06</li>
</ul>
Many thanks in advance
vool
Can anyone help with this please.
I need a way of putting say 10 to 20 bullet points in one table field in an
Access database
- say seperate them with a special character, then build a bulletted list on
my page.
If I can get the page to detect each special character, insert a new bullet
and move on to the next occurance in the string...
e.g. point01%point02%point03%point04%point05%point06
to...
<ul>
<li>point01</li>
<li>point02</li>
<li>point03</li>
<li>point04</li>
<li>point05</li>
<li>point06</li>
</ul>
Many thanks in advance
vool