First of all I apologize for asking what is most likely a question with a very obvious answer. But seeing how I just started learning how to use asp by viewing this tutorial I am surprised I was even able to get the search engine up and running. Ok now on to the real question.
I am attempting to use multiple search fields.. i.e. name, male, user id, voice type, etc. for a user database. I attempted to create multiple fields on the search page and have them all set up under the look_for name. I think that is what my problem was. I would probably need to have each field with a different name i.e. look_for1, look_for2 etc. and then have some code that puts all the fields that are not blank into look_for for the search.asp to do its work.
But as I said I am very new to this. If someone could either please tell me the correct way to do this, or where I could try find this out on my own. Thanks.