OK, here's my code:
<html>
<head>
<title>Surry County E-911 Active Calls</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<style type="text/css">
<!--
-->
</style>
<style type="text/css">
<!--
-->
</style>
<meta http-equiv="Refresh" content="30">
</head>
<body bgcolor="#000000">
<div align="center">
<p><font color="#FFFFFF" size="7" face="Tahoma">Surry County E-911
Active Calls</font></p>
<p> </p>
<p><font color="#FF0000"> </MM

ECORATION></font></p>
<table width="97%" border="0" align="center">
<tr>
<td width="14%"><div align="left"><font color="#FF0000" size="5"
face="Tahoma">Call
Number</font></div></td>
<td width="16%"><div align="left"><font color="#FF0000" size="5"
face="Tahoma">Complaint</font></div></td>
<td width="38%"><div align="left"><font color="#FF0000" size="5"
face="Tahoma">Incident
Location</font></div></td>
<td width="18%"><div align="left"><font color="#FF0000" size="5"
face="Tahoma">City</font></div></td>
<td width="14%"><div align="left"><font color="#FF0000" size="5"
face="Tahoma">
Unit</font></div></td>
</tr>
</table>
<hr>
<p> </p>
<MM_REPEATEDREGION NAME="Repeat1" SOURCE="Recordset1"><MM

ECORATION
OUTLINE="Repeat" OUTLINEID=1>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<table width="97%" border="0" align="center">
<tr>
<td width="15%"><font color="#00FFFF"><strong><font size="3"
face="Tahoma"><%=(Recordset1.Fields.Item("Call_Number").Value)%></font></strong></font></td>
<td width="16%"><font color="#00FFFF"><strong><font size="3"
face="Tahoma"><%=(Recordset1.Fields.Item("Complaint").Value)%></font></strong></font></td>
<td width="38%"><div align="left"><font color="#00FFFF"
size="3"><strong><font
face="Tahoma"><%=(Recordset1.Fields.Item("Actual_Incid_Location").Value)%></font></strong></font></div></td>
<td width="18%"><font color="#00FFFF"><strong><font size="3"
face="Tahoma"><%=(Recordset1.Fields.Item("Actual_Incid_City").Value)%></font></strong></font></td>
<td width="13%"><font color="#00FFFF"><strong><font size="3"
face="Tahoma"><%=(Recordset1.Fields.Item("First_Unit").Value)%></font></strong></font></td>
</tr>
</table>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
<font color="#FF0000"> </font>
<p> </p>
<p align="left"><font color="#FFFFFF" size="5" face="Tahoma">Total
Active Calls:
<%=(Recordset1_total)%></font></p>
<p align="left"> </p>
</div>
</body>
</html>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
Thanks
Chris