L
|
Lorenbond 12/16/2008 |
4.2(build379) |
J
|
Jane 12/17/2008 |
Hi, $strWhere = "1=0"; if($where=StrWhere("Field1", $strSearchFor, $strSearchOption, "")) $strWhere .= " or ".$where; if($where=StrWhere("Field2", $strSearchFor, $strSearchOption, "")) $strWhere .= " or ".$where; if($where=StrWhere("Field3", $strSearchFor, $strSearchOption, "")) $strWhere .= " or ".$where; .....
|
L
|
Lorenbond 12/17/2008 |
This link may be of help to you: http://www.asprunner.com/forums/index.php?...amp;#entry36101 |