Forums

This topic is locked

Printing Address Labels

Posted 18 Sep 2002 03:47:46
1
has voted
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>
&lt;%= Recordset("Name" %&gt;&lt;br&gt;
&lt;%= Recordset("Company" %&gt;&lt;br&gt;
&lt;%= Recordset("Address" %&gt;
</font id=code></pre id=code>

Cheers

LEED


:: Son, im Thirty.... ::

Reply to this topic