It's a silly detail, but are you sure you're within a functioning loop when the href url is generated? Sounds like it is just showing the first searchResults.RecordID from your description.
-----Original Message----- From: Doherty,Sean [NCR] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 10:35 AM To: CF-Talk Subject: record linking prob Hey I am a newbie here and am having abit of troubles ... i am trying to link together a brief results page to a full details page. i am able to create the link, but when I click on it, it always brings me to the same record ... here is my source: <a href="matdetails.cfm?searchResults.RecordId=#URLEncodedFormat(searchResults. RecordID)#">#searchResults.Title#</a> . no matter when I click on it I always get record one ... any suggestions would be appreciated. thanks ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

