Doh, slow down and read the whole post, Deanna.

Let me try that again:

<table>
<tr>
<td>Flavor</td>
<td>Sunday</td>
<td>Monday</td>
---etc---
</tr>
<cfoutput query = "getFlavor">
<tr>
<td>#favordesc#</td>
<td><input type="text" name="sun#flavorid#" size="5"></td>
<td><input type="text" name="mon#flavorid#" size="5"></td>
---etc---
</tr>
</cfoutput>

On the resulting action page, you'd need to loop through your flavorids
again and determine which days were not passed as nulls, hence which muffin
types and how many were ordered.

-d




************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to