<table border=1> <% while not rs.eof %><tr><% for i=0 to rs.fields.count-1 %><td><%=rs(i)%><% next rs.movenext wend %> </table>