Forums
This topic is locked
Printing Address Labels
18 Sep 2002 03:47:46 b w posted:
Hello All,I am trying to print out address labels from a recordset. I know I can bring out the name, address and company namein a recordset. Is there a way to put it in three lines ie
Name
Company
Address
and then repeat the label either horizontally or vertically.
Thanks!
vbscript,windows2000 server, sql server 2000
Replies
Replied 18 Sep 2002 10:42:20
18 Sep 2002 10:42:20 Andrew Watson replied:
If you dont want to handcode this, which would be neater, you could use the HORIZONTAL LOOPER EXTENSION
it should do waht you want....
repeat this...
<pre id=code><font face=courier size=2 id=code>
<%= Recordset("Name"
%><br>
<%= Recordset("Company"
%><br>
<%= Recordset("Address"
%>
</font id=code></pre id=code>
Cheers
LEED
:: Son, im Thirty.... ::
it should do waht you want....
repeat this...
<pre id=code><font face=courier size=2 id=code>
<%= Recordset("Name"

<%= Recordset("Company"

<%= Recordset("Address"

</font id=code></pre id=code>
Cheers
LEED
:: Son, im Thirty.... ::