好象有点明白楼主的意思了。
<% do while not rs.eof %>
<tr align="center" height="20">
<td width="15%" height="29" align="middle"><%=rs(0)%></td>
改成
<%
rs.movefirst
do while not rs.eof
%>
<tr align="center" height="20">
<td width="15%" height="29" align="middle"><%=rs(0)%></td>
<% do while not rs.eof %>
<tr align="center" height="20">
<td width="15%" height="29" align="middle"><%=rs(0)%></td>
改成
<%
rs.movefirst
do while not rs.eof
%>
<tr align="center" height="20">
<td width="15%" height="29" align="middle"><%=rs(0)%></td>