Hi,
It is only validating the first row, because all 5 function get the same name:
When you submit the form, you run function checkform(). Javascript will allways take the top function, so always row 1.
You need to change your javascript to loop through the rows and
take it out of your recordset loop, so it doesnt get added 5 times. Simple example: