I believe that worked. Thanks, again. Just so that I understand what happened could you please explain to me why this worked. If you don't mind?
-----Original Message----- From: RichL [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 10:37 AM To: CF-Newbie Subject: Re: radio buttons Robert I think it is because you are using hash/pound signs around the query name in the cfoutput You want to reference the literal name of the query in this piece of code so you want to remove the hashes/pound signs: <cfoutput query="worksheetfill">#firstname#</cfoutput> try that and see how you get on? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2114 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
