: <cfoutput>
: There are #Get.RecordCount# Dealers in Your State.
: </CFOUTPUT>
: <CFIF> #Get.RecordCount# is 0>
: <BR><B>Please contact Us</B>
: </CFIF>
Jeff:
Try:
<cfoutput>
There are #Get.RecordCount# Dealers in Your State.
</CFOUTPUT>
<CFIF Get.RecordCount is 0>
<BR><B>Please contact Us</B>
</CFIF>
You ended the <cfif before it could get to check the recordcount.
Hope this helps.
Joel
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.