Thanks for responding...
However, it does not address the issue. Once I run the second query, I can only access the number of columns in the first query that I selected in the second.
Sooo...if I have 3 columns in the rs1, and 1 in the rs2, I get:
rs1[col1], rs1[col2], rs1[col3], rs2[col1]...