Ah Sorry...
Fat fingered the Enter key =:|
Here's what the code looks like...that would have been helpful huh?
<%Server.ScriptTimeout= 320%>
<link rel="stylesheet" href="../_css/COG1.css" type="text/css">
Dim DataConnection, cmdDC, RecordSet
Dim RecordToEdit, Updated,Done
Set DataConnection = Server.CreateObject("ADODB.Connection")
DataConnection.Open "DSN=DeptLevel"
Set...