>You can try something like this:
>
><cfif listFind( "1,2", type )>
>  <a href=""> ... </a>
></cfif>
>
>or, a more verbose way, but it can end up being much longer if you add
>possibilities:
>
><cfif type EQ 1 OR type EQ 2>
>  <a href=""> ... </a>
></cfif>
>
>Francois Levesque
>http://blog.critical-web.com/
>
>
>
>
>> So what if I already have a field in my database called "SchoolTypeID"? 
>> Where do I reference that? I already pulled that field out in my query of 
>> that database. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to