At 10:04 PM 2/28/05, Jeff Garza wrote: >Try the following with your original >query: > ><CFOUTPUT>(#valuelist(myquery.mycolumn, ",")#)</CFOUTPUT>
That worked great, thanks. Now, for the next level: if I want to display each of the records as a hyperlink (the value of the record is actually part of the URL), what would the syntax look like? I can make all records be a hyperlink with this syntax: <cfoutput> <a href='#valuelist(ViewRelatedWords.relatedWordName, ", ")#'> #valuelist(ViewRelatedWords.relatedWordName, ", ")# </a> </cfoutput> ....but there is only 1 hyperlink for all records, the hyperlink containing all of the records. How would I make each of the records a hyperlink that points only to the value of that record? (hope my description is clear enough) Thanks in advance, Roberto Perez [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197405 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

