I think the easiest way to make this work would be to do as Doek1 says, then on the action page, do something like:<br><FONT FACE=monospace><b><br><cfset rec1=arraynew()><br><cfset rec2=arraynew()><br><br><cfset rec1[1]=rec11><br><cfset rec1[2]=rec12><br><cfset rec1[3]=rec13><br><br><cfset rec2[1]=rec21><br><cfset rec2[2]=rec22><br><cfset rec2[3]=rec23><br>.....<br></b></font><br>Once you've done that, you can do whatever array type processing you need... (you could also put this in a loop if there's a lot of fields to deal with...)<br><br>Hope this helps.