in reply to Re: Re: Database Listing Question
in thread Database Listing Question

Your code doesn't make a row for each item. It creates a row for each row returned. However, in that row you have just one cell, and you separate the items with line breaks, which seems to confuse you in thinking that there's a row for each item.

If you don't want the line breaks, then don't put them there! If you want columns, create them!

Abigail