I have a cfgrid containing the results of a query. I want to make one of the columns a hyperlink (more specifically, each cell in a column). Here's the catch... I need to use the cell contents as a url variable for the page that I want to go to. For example, say I have a column called "cid". I want to generate something like somepage.cfm?cid=5.
Is there a way to use the query's results inside the cfgridcolumn tag or something? The only thing I can think of is getting sql to concactenate my somepage.cfm?cid= and the number 5 using the AS statement (of course, I haven't tried that yet). I am wondering if there is an easier way. Thanks in Advance, David Schmidt ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

