Oct 1, 2001 #1 1712 Technical User Nov 8, 2000 66 NL Does anybody know the right syntax for the find method of ado recordset and sql 2000. mine is rs.find "emailaddress = " & request.form("select1" note: the request.form("select1" is the option value from a listbox.
Does anybody know the right syntax for the find method of ado recordset and sql 2000. mine is rs.find "emailaddress = " & request.form("select1" note: the request.form("select1" is the option value from a listbox.
Oct 1, 2001 #2 FengShui1998 MIS Apr 27, 1999 705 US 1712, strSQL = "SELECT * FROM yourtable WHERE columname = '" & emailaddress & "'" fengshui1998 Upvote 0 Downvote
1712, strSQL = "SELECT * FROM yourtable WHERE columname = '" & emailaddress & "'" fengshui1998