No no, I meant what does request("phone") give you as far as a value? Have
you tried response.write'ing your query to see what value is going in the
WHERE clause?
Chris Blessing
webguy at mail.rit.edu
http://www.330i.net
> The page should perform the following query:
>
> rs.Open "SELECT * FROM table WHERE phone ='" & request.form("phone") & "'"
>
> and return the recordset.
>
> Josh