Hi There,

Give the code below, this will pass mm_id as a url variable to destination 
page, which you can insert into a query to get the desired record for display.

<cfoutput query="qname_here">
<a href="[destination_page].cfm?mm_id=#URLEncodedFormat(mm_id)#">#mm_id#</a>
</cfoutput>

Leonard 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-newbie/message.cfm/messageid:4955
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to