Lisa
|
| Posted: 04/02/2002, 2:20 PM |
|
Is there a way to search all fields at eg searching title, description, and category from one textbox?
Please help. I am Using ASP
|
|
|
 |
Nicole
|
| Posted: 04/03/2002, 12:21 AM |
|
Lisa,
just create Search form using wizard and select search operation "OR" instead "AND".
To create such search form manually put one search field to search form, on Grid form add as many input parameters as many fiedls you want to search on. Assign them to proper table fields and set the same name to all input parameters. The name is the search field name.
|
|
|
 |
|