> OK maybe it's getting too late.  What is the correct SQL to 
> display "Sorry
> No Record Has Been Found"  after a Query show no results?  In 
> other words
> What is the correct statement for <cfif no results> then "Sorry ..."?

Test the recordCount property of the query

<cfif queryName.recordCount eq 0>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to