|
|
<%
While ((Repeat1__numRows <> 0) AND (NOT news.EOF))
%>
|

|
<%=(news.Fields.Item("comment").Value)%>
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
news.MoveNext()
Wend
%>
|
|
<%
While ((Repeat2__numRows <> 0) AND (NOT review.EOF))
%>
 |
<%=(review.Fields.Item("comment").Value)%>
|
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
review.MoveNext()
Wend
%>
|
Mailbag Status
|