Could you help me with the following:
I'm making a searh form for a database where the users
can use say 5 different form inputs to search a database.
Now I wonder whow to implement this
Ex. I've got form.Title and form.Author and form.Subject
and I'd like to get the following: if a user only enters one of the fields the rest becomes * so everything is selected. So if he enters nothing the output would ontain the whole db...
Thanks for any suggestions
I'm making a searh form for a database where the users
can use say 5 different form inputs to search a database.
Now I wonder whow to implement this
Ex. I've got form.Title and form.Author and form.Subject
and I'd like to get the following: if a user only enters one of the fields the rest becomes * so everything is selected. So if he enters nothing the output would ontain the whole db...
Thanks for any suggestions