The partscount should be the full field name:
For the matching, I mean something like:
Code:
<cfparam name="form.partscount#machinecount#" default="">
Originally posted by bonneylake
Code:
<cfset currSerialNo = 1>
<cfloop ...>
<cfif ... --match currSerialNo with the serial count value
<!--- then loop here till currSerialNo eq serial count --->
<cfloop ..
<!--- delete here --->
<! --- increment currSerialNo --->
</cfloop>
</cfif>
Comment