'WOULD this allow you to have the product with it's options
in a drop down?'
Yes - a single drop down -
What do you want - do you want ONLY the unique products
listed in the drop?
If so then the prior response holds true -
<select>
<cfoutput query=""
group="productid><option
value="#productid#">#name#</option>
</cfoutput>
</select>
Kevin
-----Original Message-----
From: ColdFusion googlegroups.com [mailto:ColdFusion googlegroups.com] On
Behalf Of DIGITALUnderworld
Sent: Thursday, October 05, 2006 1:02 PM
To: ColdFusion
Subject: Re: Need help debugging a cfquery
Who this allow me to have the product with it's options in a
drop down?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "ColdFusion" group.
To post to this group, send email to ColdFusion googlegroups.com
To unsubscribe from this group, send email to
ColdFusion-unsubscribe googlegroups.com
For more options, visit this group at http:/
/groups-beta.google.com/group/ColdFusion
-~----------~----~----~----~------~----~------~--~---
|