Re: Multiple Recordsets Show If -
12-08-2005
, 10:23 AM
Can't you simple create a text that says "no records found" use the 'show if
recordset is empty' server behavior and then use your SQL statement to set
the actual conditions to search.
If you set the SQL correctly, if the recordset is empty, only the text will
show. I have done it a dozen times. |