|
To make search button return data only when search value was
entered use the following code
in the List page: Before SQL
query event.
Note: Change the values listed in
red to match your specific needs.
if request("a")="search" and request("SearchFor")="" then
strWhereClause = " 1=0"
end if
|
|