I have a stored procedure that returns data that I need to create an address
listing and then to right of it show a list of money amounts, basically the
layout is something like thins
Name
Address Money (repeated in
this position Address2
as many times as needed)
Address3
City, State Zip
Thanks in advance
scuba79 - 08 Jul 2008 19:30 GMT
Basically it would look like
John Doe
1 Main Street 100.00
Suite 200 150.00
Anywhere, US 12345 200.00
> I have a stored procedure that returns data that I need to create an address
> listing and then to right of it show a list of money amounts, basically the
[quoted text clipped - 8 lines]
>
> Thanks in advance