Originally posted by acoder
Yes the inserting is working correctly. But the thing is if its outside the getparts loop then it wont be able to get the value for count1 right? because it uses the following to get the count.
Code:
<cfset count1 = 0> <!---<cfif serial.recordcount is 0>---> <cfloop query="getparts"> <cfset count1 = count1 + 1>
Thank you,
Rach
Comment