Forums
This topic is locked
Filter Recordset Emails Using TextArea
29 Nov 2003 07:53:20 dc dc posted:
I have a form on emails.asp with a textarea input field. I want to enter emails line by line and then submit to results.asp which will filter recordset column named emails and show me all emails matching emails entered into the text area. I am pretty new to custom SQL statements..Please Help!!It works well when I enter 1 email but when 2 or multiple emails are entered errors arise.. I thought about creating an array but, I do not know how to incorporate an array into an SQL WHERE statement.