><cfparam> the checkboxes. > >Will The <cfparam> worked great.
This is what I did for anyone interested. <!--- Loop over the number of records that were on the previous form ---> <cfloop from="1" to="#form.bussPurprecords#" index="ii"> <cfparam name="form.#"fld_bussPurpChange_"&ii#" type="string" default="No" /> <!--- Get the ID of the site and the uses code from the work order form ---> <cfset variables.fld_bussPurpChange = form["fld_bussPurpChange_"&ii]/> <cfif variables.fld_bussPurpChange EQ "Yes"> Thank you for your help. Keith ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:253584 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

