Got one of them...
Line 78 being:
Richard Noon
Code:
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/editor.asp, line 78
Line 78 being:
Code:
<%
IF rs.EOF or rs.BOF then **LINE 78***
Response.Write "No records Found"
Else
'display the record set
End if
%>
Richard Noon