Yes, if it's at all possible, write the query to return all the information at once, moleboy. You might want to research JOIN in SQL... that will return what you want even if the data comes from two different databases.
If it's not at all possible to do a JOIN (much easier), and you KNOW that the second recordset is always going to have the one column (available), then I would use getRows() to put the data into two arrays, and then combine the arrays.
~RJ
************
RudeJohn
************