Forum Moderators: open
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Find'
/faq/admin/settings.asp, line 153
Script is
<%
dim RSFORM
Set RSFORM = Server.CreateObject("ADODB.Recordset")
RSFORM.Open "Settings", Conn, 2, 2
RSFORM.Find "ID='" & 1 & "'"
%>