hello - I'm using PHP to work with a MySQL database. I've set up a
search/results/detail set using MX2004. What I'd like to do, is on the search
form, have the user be able to check a radio button or drop down option to
choose which field to search on. Right now it's static to search on 'lname'.
Search form passes a URL paramater for lname to results page. I'd like the user
to be able to choose, for example, to search on member number or state if they
wish. Is there a way to do this? Thanks for any help.