<% dim intCTID ' Property of and written by Adam Ford --> intCTID = request.cookies("HomeVestorsOfTampaBay")("CTID") ' Create the SQL statement strSQL = "SELECT * from Contacts WHERE CTID=" & intCTID & ";" ' Open a recordset set objRS = objDBConn.execute(strSQL) intCTID = empty %>